From 5a472326ad1d450ffe7500e8596b7ed62cbd2727 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 14 Dec 2016 16:38:57 +0000 Subject: [PATCH] Update npmci.install.ts --- ts/npmci.install.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/npmci.install.ts b/ts/npmci.install.ts index d7c8049..50943df 100644 --- a/ts/npmci.install.ts +++ b/ts/npmci.install.ts @@ -30,7 +30,6 @@ export let install = (versionArg) => { for (let npmTool of configArg.globalNpmTools) { plugins.beautylog.info(`Checking for global "${npmTool}"`) let whichOutput = bashNoError(`which ${npmTool}`) - console.log(whichOutput) let toolAvailable: boolean = !(/not\sfound/.test(whichOutput)) if (toolAvailable) { plugins.beautylog.log(`Tool ${npmTool} is available`)