Skip to content

Commit

Permalink
fix(scripts): remove console.log(
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 20, 2018
1 parent 73a377c commit 9bdddd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion almin-migration-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ function runScripts(scripts, files) {
};

scripts.forEach(script => {
console.log(["-t", script].concat(files));
const result = execa.sync(require.resolve(".bin/jscodeshift"), ["-t", script].concat(files), spawnOptions);

if (result.error) {
Expand Down

0 comments on commit 9bdddd7

Please # to comment.