mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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) {
|
app.use(function(req, res, next) {
|
||||||
Metrics.inc('http-request')
|
Metrics.inc('http-request')
|
||||||
res.logInfo = {}
|
|
||||||
next()
|
next()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue