aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Toc.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Toc.svelte')
-rw-r--r--src/lib/Toc.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Toc.svelte b/src/lib/Toc.svelte
index 536f99f..9d433b5 100644
--- a/src/lib/Toc.svelte
+++ b/src/lib/Toc.svelte
@@ -4,7 +4,7 @@
export let notes: NDKEvent[] = [];
// check if notes is empty
if (notes.length === 0) {
- console.log('notes is empty');
+ console.debug('notes is empty');
}
</script>