diff --git a/src/Components/Sidebar/Sidebar.svelte b/src/Components/Sidebar/Sidebar.svelte index 03800187..471e79bf 100644 --- a/src/Components/Sidebar/Sidebar.svelte +++ b/src/Components/Sidebar/Sidebar.svelte @@ -16,8 +16,6 @@ // disable buttons accordingly $: disabled = !$state.includes("ready"); - $: console.log($items); - $: list = sortBy($items, $settings.sortOrder).filter(a => a.visible != false); // uncomment this to always scroll to an active item