Skip to content

Commit 93f01c4

Browse files
authored
remove console.clear (#1243)
1 parent 41b1bd7 commit 93f01c4

File tree

1 file changed

+0
-1
lines changed
  • packages/repl/src/lib/workers/bundler

1 file changed

+0
-1
lines changed

packages/repl/src/lib/workers/bundler/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ async function bundle(
443443
can_use_experimental_async: boolean
444444
): Promise<BundleResult> {
445445
if (!DEV) {
446-
console.clear();
447446
console.log(`running Svelte compiler version %c${svelte.VERSION}`, 'font-weight: bold');
448447
}
449448

0 commit comments

Comments
 (0)