mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 00:14:42 +00:00
remove console.log
This commit is contained in:
parent
99c6b746f8
commit
01d7a59dfd
1 changed files with 0 additions and 1 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Reference in a new issue