mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Utils: remove unnecessary console.log
This commit is contained in:
parent
c632603894
commit
4e2eca752f
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user