removed unneeded comment

This commit is contained in:
emizzle 2018-06-15 11:28:43 +10:00 committed by Iuri Matias
parent 279e63e3d8
commit ffe0157543
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ class Npm {
cb(null, result.location);
});
delete this._installing[packageName + version];
//callback(null, result.location);
}).catch(err => {
this._installing[packageName + version].forEach((cb) => {
cb(err);