mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Remove redundant count
This commit is contained in:
@@ -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, () ->
|
||||
|
||||
Reference in New Issue
Block a user