Remove console.log

This commit is contained in:
Andrew Kingston 2021-05-19 13:20:18 +01:00
parent 053af1becb
commit 54123d2f23
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@
await apps.load(AppStatus.DEV)
loaded = true
})
$: console.log($auth.user)
</script>
{#if loaded}