Skip to content

Commit f71b1c6

Browse files
authored
remove logging (#1137)
1 parent a23a028 commit f71b1c6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/editor/src/lib/compile-worker/worker.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ async function init(v: string) {
6363
// do nothing
6464
}
6565

66-
console.log({ can_use_experimental_async });
67-
6866
return self.svelte;
6967
}
7068

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ async function init(v: string, packages_url: string) {
9797
// do nothing
9898
}
9999

100-
console.log({ can_use_experimental_async });
101-
102100
return svelte;
103101
}
104102

0 commit comments

Comments
 (0)