From 00c12ccab6477b4db0fa735072457c77269fcf9e Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 6 May 2014 17:06:34 +0100 Subject: [PATCH] Remove redundant count --- libraries/metrics/mongodb.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/metrics/mongodb.coffee b/libraries/metrics/mongodb.coffee index c4a2544c84..b33f6a3f85 100644 --- a/libraries/metrics/mongodb.coffee +++ b/libraries/metrics/mongodb.coffee @@ -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, () ->