Skip to content

Commit 9fdea3e

Browse files
authored
nit console log (#8385)
1 parent 115e476 commit 9fdea3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/lib/components/meltComponents/Popover.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
escapeBehavior: untrack(() => escapeBehavior),
122122
openFocus: untrack(() => openFocus),
123123
onOpenChange: ({ curr, next }) => {
124-
console.log('Popover open state changed:', { curr, next })
125124
if (curr != next) {
126125
dispatch('openChange', next)
127126
if (!next) {

0 commit comments

Comments
 (0)