Skip to content

Commit 518386b

Browse files
committed
🩹 Remove unimportant console.log
1 parent 17130c4 commit 518386b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/svelteDialog.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,5 @@ export class SvelteSidebarDialog extends Dialog {
217217
if (options.onCancel) options.onCancel(...args)
218218
if (options.onClose) options.onClose()
219219
}
220-
221-
console.log(this)
222220
}
223221
}

0 commit comments

Comments
 (0)