Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
quoid committed Jan 8, 2021
1 parent 65f481a commit 86d7d98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/Sidebar/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86d7d98

Please sign in to comment.