mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove redundant count
This commit is contained in:
parent
15f85494b7
commit
00c12ccab6
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ module.exports =
|
|||
query = Object.keys(db_command.query).sort().join("_")
|
||||
key += "." + query
|
||||
|
||||
Metrics.inc key
|
||||
timer = new Metrics.Timer(key)
|
||||
start = new Date()
|
||||
_method.call this, db_command, options, () ->
|
||||
|
|
Loading…
Reference in a new issue