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`)