mirror of
https://github.com/danbulant/Mangades
synced 2026-06-20 23:01:28 +00:00
remove debug console log
This commit is contained in:
parent
fd74d1c52d
commit
83267f1022
1 changed files with 0 additions and 2 deletions
|
|
@ -30,8 +30,6 @@
|
|||
let userDetails = isLogedIn() && getUserDetails();
|
||||
let userManga = isLogedIn() && getUserManga();
|
||||
let listStyle = false;
|
||||
|
||||
$: userManga.then(t => console.log(t));
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue