remove console.log

This commit is contained in:
Brian Gough
2016-03-31 11:49:15 +01:00
parent bd036534e5
commit 5d6fb4579a

View File

@@ -161,7 +161,6 @@ module.exports = CompileManager =
catch err
logger.err err:err, command:command, directory:directory, project_id:project_id, "error reading word count output"
return callback(err)
console.log "rooooof"
callback null, CompileManager._parseWordcountFromOutput(stdout)
_parseWordcountFromOutput: (output) ->