Skip to content

Commit 734c734

Browse files
committed
Remove some debugging
1 parent adb7d9a commit 734c734

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
@@ -380,7 +380,6 @@ async function compile(code, customConfig, path, isV7) {
380380
}
381381

382382
const dependencies = getDependencies(detective.metadata(result));
383-
console.log(path, dependencies);
384383
if (isV7) {
385384
// Force push this dependency, there are cases where it isn't included out of our control.
386385
// https://twitter.com/vigs072/status/1103005932886343680

0 commit comments

Comments
 (0)