diff --git a/lib/utils/index.js b/lib/utils/index.js index a85edcda3..d0b525020 100644 --- a/lib/utils/index.js +++ b/lib/utils/index.js @@ -556,7 +556,6 @@ exports.endsWith = function(str, suffix) { */ exports.npmInstall = function(dir) { - console.log(dir) process.chdir(dir); if (exec('npm install ', { silent: false }).code !== 0) {