small log fix

This commit is contained in:
Philipp Kunz 2016-05-23 04:57:41 +02:00
parent a42faf36d2
commit 66a7fc2afe

View File

@ -38,7 +38,6 @@ let logEarly = () => {
};
let start = function(moduleNameArg:string = "",loaderLengthArg:string = "10"){
console.log(moduleNameArg);
moduleName = moduleNameArg;
loaderLength = parseInt(loaderLengthArg);
if (!process.env.CI){