remove console.log

This commit is contained in:
Brian Gough 2016-03-31 11:49:15 +01:00
parent 99c6b746f8
commit 01d7a59dfd

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) ->