Skip to content

Commit

Permalink
chore: remove a console log
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Jun 13, 2024
1 parent 111273c commit d169a8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
let settingsOpen = false;
const unsubscribe = user.subscribe(value => {
console.log('user', value);
// @ts-ignore
currentUser = value;
});
Expand Down

0 comments on commit d169a8a

Please sign in to comment.