Skip to content

Commit 1a16093

Browse files
authored
Update packages/repl/src/lib/Output/Viewer.svelte
1 parent 9948924 commit 1a16093

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/repl/src/lib/Output/Viewer.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
$: if (ready) proxy?.iframe_command('set_theme', { theme });
103103
104104
async function apply_bundle($bundle: Bundle | null | undefined) {
105-
console.log({ $bundle });
106105
if (!$bundle) return;
107106
108107
try {

0 commit comments

Comments
 (0)