Skip to content

Commit e2e3318

Browse files
committed
Remove console.log
1 parent 9798835 commit e2e3318

File tree

1 file changed

+0
-1
lines changed
  • packages/app/src/sandbox/eval/transpilers/babel

1 file changed

+0
-1
lines changed

packages/app/src/sandbox/eval/transpilers/babel/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class BabelTranspiler extends WorkerTranspiler {
4747
// dependencies from the file and return the same code. We get the dependencies
4848
// with a regex since commonjs modules just have `require` and regex is MUCH
4949
// faster than generating an AST from the code.
50-
console.log(path, shouldTranspile(code, path));
5150
if (
5251
(loaderContext.options.simpleRequire ||
5352
path.startsWith('/node_modules')) &&

0 commit comments

Comments
 (0)