From ffe01575431e898eb34f6f8756850a8ac72b2aae Mon Sep 17 00:00:00 2001 From: emizzle Date: Fri, 15 Jun 2018 11:28:43 +1000 Subject: [PATCH] removed unneeded comment --- lib/versions/npm.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/versions/npm.js b/lib/versions/npm.js index 0864817e2..8d37831f3 100644 --- a/lib/versions/npm.js +++ b/lib/versions/npm.js @@ -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);