Skip to content

Commit 9eca915

Browse files
authored
Remove console.log
1 parent a03e01e commit 9eca915

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/app/src/sandbox/eval/transpilers/babel/worker/babel-worker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,6 @@ self.addEventListener('message', async event => {
623623
Babel.registerPlugin('babel-plugin-macros', macrosPlugin);
624624
}
625625

626-
console.log(flattenedPlugins);
627626
if (
628627
(flattenedPlugins.indexOf('proposal-optional-chaining') > -1 ||
629628
flattenedPlugins.indexOf('@babel/plugin-proposal-optional-chaining') >

0 commit comments

Comments
 (0)