From f17f4e6e50ebf315018b812e081e56356d45ba75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 24 May 2017 20:45:12 -0700 Subject: uninstall: remove stray console.log --- lib/uninstall.js | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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) }) })) -- cgit v1.2.3