Removed console log

This commit is contained in:
Nicolai Ort 2021-08-21 19:49:16 +02:00
parent a3c379a813
commit 6584b3c7c7
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
$: logged_in = false;
$: currentPage = $page.path;
console.log(currentPage)
const unsubscribe = UserStore.subscribe((value) => {
logged_in = value.isLoggedIn;