From 9bdddd7b260bdba2abdef3389b615af9c5024d00 Mon Sep 17 00:00:00 2001 From: azu Date: Sat, 20 Jan 2018 18:32:35 +0900 Subject: [PATCH] fix(scripts): remove console.log( --- almin-migration-tools.js | 1 - 1 file changed, 1 deletion(-) diff --git a/almin-migration-tools.js b/almin-migration-tools.js index 6f951a0..9d28a9a 100755 --- a/almin-migration-tools.js +++ b/almin-migration-tools.js @@ -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) {