Skip to content

Commit

Permalink
No need for INTERVAL_MATCH.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lamb <lamby@debian.org>
  • Loading branch information
lamby committed Jul 5, 2010
1 parent 4670127 commit 8d8f9bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions django_dumpslow/management/commands/dumpslow.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@

from django_dumpslow.utils import parse_interval

INTERVAL_MATCH = re.compile(
r'(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2})(?!,\d{3})?',
)

class Command(NoArgsCommand):
help = "Parse and summarize the django-dumpslow slow request log"

Expand Down

0 comments on commit 8d8f9bf

Please sign in to comment.