mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove redundant 'res.logInfo'
This commit is contained in:
parent
035364b62e
commit
997434c930
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ if (Metrics.event_loop) {
|
|||
|
||||
app.use(function(req, res, next) {
|
||||
Metrics.inc('http-request')
|
||||
res.logInfo = {}
|
||||
next()
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue