Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Sep 19, 2024
1 parent 7a6a7d8 commit b93b0de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ export async function handle({ event, resolve }) {
} else {
setAssumeLoggedIn(false);
}
console.log(event.cookies.get('assumeLoggedIn'));
return await resolve(event);
}

0 comments on commit b93b0de

Please sign in to comment.