diff --git a/Jakefile.js b/Jakefile.js index 2ff807534de..b7382d69a4a 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -234,7 +234,6 @@ function compileOutputConfigFile(configFile, prereqs, prefixes, callback) { function compileConfigFile(outFile, prereqs, configFile, prefixes, useBuiltCompiler = false, callback) { const allPrereqs = filesFromConfig(configFile).concat(prereqs || []).concat(configFile); outFile = outFile.replace(/\//g, path.sep); - console.log(`Task ${outFile} genned from ${configFile}`); file(outFile, allPrereqs, function () { const startCompileTime = mark(); const compilerPath = useBuiltCompiler ? builtLocalCompiler : LKGCompiler;