remove debug console log

This commit is contained in:
Daniel Bulant 2022-05-21 10:30:41 +02:00
parent fd74d1c52d
commit 83267f1022

View file

@ -30,8 +30,6 @@
let userDetails = isLogedIn() && getUserDetails();
let userManga = isLogedIn() && getUserManga();
let listStyle = false;
$: userManga.then(t => console.log(t));
</script>
<svelte:head>