1 parent 98194a4 commit 8a5a654Copy full SHA for 8a5a654
1 file changed
src/lib/FretBoard.svelte
@@ -31,10 +31,6 @@
31
width = containerRef.clientWidth;
32
height = containerRef.clientHeight;
33
});
34
-
35
- $effect(() => {
36
- console.log("fretData changed", fretData.strings);
37
- });
38
</script>
39
40
<div bind:this={containerRef} class="h-full w-full">
0 commit comments