Remove redundant count

This commit is contained in:
James Allen 2014-05-06 17:06:34 +01:00
parent 15f85494b7
commit 00c12ccab6

View file

@ -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, () ->