Skip to content

Commit 8a5a654

Browse files
committed
remove log
1 parent 98194a4 commit 8a5a654

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/lib/FretBoard.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
width = containerRef.clientWidth;
3232
height = containerRef.clientHeight;
3333
});
34-
35-
$effect(() => {
36-
console.log("fretData changed", fretData.strings);
37-
});
3834
</script>
3935

4036
<div bind:this={containerRef} class="h-full w-full">

0 commit comments

Comments
 (0)