diff --git a/libraries/metrics/timeAsyncMethod.coffee b/libraries/metrics/timeAsyncMethod.coffee index d980ce48a0..b90e2b8971 100644 --- a/libraries/metrics/timeAsyncMethod.coffee +++ b/libraries/metrics/timeAsyncMethod.coffee @@ -14,7 +14,6 @@ module.exports = (obj, methodName, prefix, logger) -> if !callback? || typeof callback != 'function' logger.log "[Metrics] expected wrapped method '#{methodName}' to be invoked with a callback" - return timer = new metrics.Timer(key)