diff --git a/src/lib/components/viewer/ViewerContext.svelte b/src/lib/components/viewer/ViewerContext.svelte index f2db4c90..bf4ae6c8 100644 --- a/src/lib/components/viewer/ViewerContext.svelte +++ b/src/lib/components/viewer/ViewerContext.svelte @@ -138,8 +138,6 @@ layouts, stories, and tests. $: noteMatchingPageHash = (note: Note) => note.id === noteFromHash($pageStore.url.hash); - $: console.log(`Page ${$currentPage}`); - function scrollToHash(hash?: string) { const page: Nullable = hash ? pageFromHash(hash) : null; let el: Maybe>;