Skip to content

Commit c8d34ed

Browse files
timea-solidCopilot
andauthored
Update src/authn/SolidAuthnLogic.ts
Co-authored-by: Copilot <[email protected]>
1 parent f327aa5 commit c8d34ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authn/SolidAuthnLogic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class SolidAuthnLogic implements AuthnLogic {
4141
window.localStorage.setItem('preLoginRedirectHash', preLoginRedirectHash)
4242
}
4343
this.session.events.on(EVENTS.SESSION_RESTORED, (url) => {
44-
console.log(`Session restored to ${url}`)
44+
debug.log(`Session restored to ${url}`)
4545
if (document.location.toString() !== url) history.replaceState(null, '', url)
4646
})
4747

0 commit comments

Comments
 (0)