mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove left over debug log line
This commit is contained in:
parent
0f55ce18ac
commit
97b5ac6a7f
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ module.exports = CompileController =
|
|||
RequestParser.parse req.body, (error, request) ->
|
||||
return next(error) if error?
|
||||
request.project_id = req.params.project_id
|
||||
logger.log {request}, "got request"
|
||||
ProjectPersistenceManager.markProjectAsJustAccessed request.project_id, (error) ->
|
||||
return next(error) if error?
|
||||
CompileManager.doCompile request, (error, outputFiles = []) ->
|
||||
|
|
Loading…
Reference in a new issue