Skip to content

Commit 6390752

Browse files
committed
remove logging
1 parent dbdf39e commit 6390752

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ async function init(v: string) {
5959

6060
can_use_experimental_async = true;
6161
} catch (e) {
62-
console.error(e);
6362
// do nothing
6463
}
6564

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ async function init(v: string, packages_url: string) {
9393

9494
can_use_experimental_async = true;
9595
} catch (e) {
96-
console.error(e);
9796
// do nothing
9897
}
9998

0 commit comments

Comments
 (0)