mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 13:31:21 +00:00
remove console.log debugging line
This commit is contained in:
parent
498e0d4787
commit
7b2eef22a9
1 changed files with 0 additions and 1 deletions
|
@ -218,7 +218,6 @@ module.exports = class Router
|
||||||
throw new Error("Test error")
|
throw new Error("Test error")
|
||||||
|
|
||||||
app.post '/error/client', (req, res, next) ->
|
app.post '/error/client', (req, res, next) ->
|
||||||
console.log req.body
|
|
||||||
logger.error err: req.body.error, meta: req.body.meta, "client side error"
|
logger.error err: req.body.error, meta: req.body.meta, "client side error"
|
||||||
res.send(204)
|
res.send(204)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue