From 00015687c1f0d0e11b6fa93aec6f658b7c6bc87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 20 Feb 2018 16:10:08 -0800 Subject: [PATCH] misc: get rid of annoying, outdated comment --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 9d47731..2c8b494 100644 --- a/index.js +++ b/index.js @@ -133,7 +133,6 @@ class Installer { return tree.forEachAsync((dep, next) => { if (dep.dev && this.config.get('production')) { return } const depPath = dep.path(this.prefix) - // Process children first, then extract this child const spec = npa.resolve(dep.name, dep.version, this.prefix) if (dep.isRoot) { return next()