From 038994e9e5c1ee30b74ac29711571eee346b64f9 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sat, 6 Feb 2016 19:00:02 +0100 Subject: [PATCH] updated log output --- ts/npmts.custom.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/npmts.custom.ts b/ts/npmts.custom.ts index 697fc13..0b2ba88 100644 --- a/ts/npmts.custom.ts +++ b/ts/npmts.custom.ts @@ -51,7 +51,6 @@ module NpmtsCustom { !outputPathIsDir && (plugins.path.extname(config.ts[key]) == ".js") ); - console.log("outputNameSpecified"); var outputName = (function(){ if(outputNameSpecified){ return plugins.path.basename(config.ts[key])