Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 2, 2019
1 parent 541d93e commit 8c163fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/babel-plugin-transform-runtime/scripts/build-dist.js
Expand Up @@ -151,8 +151,6 @@ function buildHelper(
);
tree.body.push(...helper.nodes);

console.log(helperFilename);

return babel.transformFromAst(tree, null, {
filename: helperFilename,
presets: [
Expand Down

0 comments on commit 8c163fa

Please sign in to comment.