Remove redundant 'res.logInfo'

This commit is contained in:
Simon Detheridge 2020-01-14 20:55:33 +00:00
parent 035364b62e
commit 997434c930

View file

@ -30,7 +30,6 @@ if (Metrics.event_loop) {
app.use(function(req, res, next) {
Metrics.inc('http-request')
res.logInfo = {}
next()
})