From 4e2eca752fcb0f424f012d198e2e9c54d55ef0fd Mon Sep 17 00:00:00 2001 From: Austen Collins Date: Mon, 14 Dec 2015 13:29:50 -0800 Subject: [PATCH] Utils: remove unnecessary console.log --- lib/utils/index.js | 1 - 1 file changed, 1 deletion(-) 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) {