Skip to content
Snippets Groups Projects
Commit 9311fe41 authored by Brian Moe's avatar Brian Moe
Browse files

OOPS! Removed awful debugging garbage.

parent ea45ef75
No related branches found
No related tags found
No related merge requests found
......@@ -34,12 +34,6 @@ class Command(NoArgsCommand):
start_week = now - timedelta(7)
start_month = now - timedelta(30)
past = timedelta(100)
now -= past
start_day -= past
start_week -= past
start_month -= past
time_ranges = [(start_day, "day"), (start_week, "week"), (start_month, "month")]
annotations = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment