Remove redundant measure

This commit is contained in:
Erik Johnston 2016-08-19 18:40:31 +01:00
parent 8731197e54
commit 6d1a94d218

View file

@ -235,7 +235,6 @@ class JsonResource(HttpServer, resource.Resource):
request_metrics = RequestMetrics()
request_metrics.start(self.clock)
with Measure(self.clock, "http.render"):
# Loop through all the registered callbacks to check if the method
# and path regex match
for path_entry in self.path_regexs.get(request.method, []):