Skip to content

Commit

Permalink
remove logging (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Jan 31, 2025
1 parent a23a028 commit f71b1c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/editor/src/lib/compile-worker/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ async function init(v: string) {
// do nothing
}

console.log({ can_use_experimental_async });

return self.svelte;
}

Expand Down
2 changes: 0 additions & 2 deletions packages/repl/src/lib/workers/bundler/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ async function init(v: string, packages_url: string) {
// do nothing
}

console.log({ can_use_experimental_async });

return svelte;
}

Expand Down

0 comments on commit f71b1c6

Please sign in to comment.