Remove console.log

This commit is contained in:
Andrew Kingston 2021-05-19 13:20:18 +01:00
parent ba1ee6b033
commit ee04e4d944
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}