Skip to content

Commit 9bdddd7

Browse files
committed
fix(scripts): remove console.log(
1 parent 73a377c commit 9bdddd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

almin-migration-tools.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ function runScripts(scripts, files) {
1919
};
2020

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

2524
if (result.error) {

0 commit comments

Comments
 (0)