Skip to content

Commit

Permalink
chore: remove forgotten console.log (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: Davis SHYAKA <[email protected]>
Co-authored-by: Hunter Johnston <[email protected]>
  • Loading branch information
3 people authored Apr 12, 2024
1 parent 2761c17 commit e679b49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-garlics-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"paneforge": patch
---

chore: remove forgotten console.log
2 changes: 0 additions & 2 deletions packages/paneforge/src/lib/components/pane-resizer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@
"data-pane-resizer-id": resizeHandleId,
"data-pane-resizer": "",
} satisfies PaneResizerAttributes;
$: console.log(style);
</script>

<!-- svelte-ignore a11y-no-noninteractive-element-interactions -->
Expand Down

0 comments on commit e679b49

Please sign in to comment.