Commit a85ac8f9 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove unused variable.

parent 3ebcfa46
......@@ -262,7 +262,6 @@ class GenericSiteStats(object):
def accumulate(self, match, url_match, date):
self.apdex[date].accumulate(match)
duration = self.getDuration(match)
if url_match is None:
url = match.group('request')
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment