Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uninstall.js')
-rw-r--r--lib/uninstall.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/uninstall.js b/lib/uninstall.js
index 3fa711257..29a32b393 100644
--- a/lib/uninstall.js
+++ b/lib/uninstall.js
@@ -67,7 +67,6 @@ class Uninstaller extends Installer {
super.loadAllDepsIntoIdealTree(iferr(cb, () => {
removeDeps(this.remove, this.idealTree, saveDeps, (err) => {
- console.log('remove complete')
cb(err)
})
}))