Skip to content

Commit c62d20a

Browse files
committed
Undo debug
1 parent b72825d commit c62d20a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Jakefile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ function compileOutputConfigFile(configFile, prereqs, prefixes, callback) {
234234
function compileConfigFile(outFile, prereqs, configFile, prefixes, useBuiltCompiler = false, callback) {
235235
const allPrereqs = filesFromConfig(configFile).concat(prereqs || []).concat(configFile);
236236
outFile = outFile.replace(/\//g, path.sep);
237-
console.log(`Task ${outFile} genned from ${configFile}`);
238237
file(outFile, allPrereqs, function () {
239238
const startCompileTime = mark();
240239
const compilerPath = useBuiltCompiler ? builtLocalCompiler : LKGCompiler;

0 commit comments

Comments
 (0)