From d477e492eb209c78d1b1439cf96fbf38ae600825 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sun, 7 Feb 2016 12:19:42 +0100 Subject: [PATCH] small fix --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 66dad2a..98449f8 100644 --- a/index.js +++ b/index.js @@ -125,7 +125,6 @@ var NpmtsCustom; //do some evaluation of the environment var outputNameSpecified = (!outputPathIsDir && (plugins.path.extname(config.ts[key]) == ".js")); - console.log("outputNameSpecified"); var outputName = (function () { if (outputNameSpecified) { return plugins.path.basename(config.ts[key]);