Skip to content

Commit 6ef1561

Browse files
author
Sharon
committed
took out my comment
1 parent d528c5e commit 6ef1561

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/header/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ export async function initHeader (store: IndexedFormula, options: HeaderOptions)
6363
function rebuildHeader (header: HTMLElement, store: IndexedFormula, pod: NamedNode, options: HeaderOptions) {
6464
return async (session: SolidSession | null) => {
6565
const user = session ? sym(session.webId) : null
66-
// SAM - don't forget to put in the line above instead of the line below :)
67-
// const user = sym('https://sharonstrats.inrupt.net/profile/card#me')
6866
header.innerHTML = ''
6967
header.appendChild(await createBanner(store, pod, user, options))
7068
}

0 commit comments

Comments
 (0)