From 9311fe41d4c81010d5354ae3ea6002bdcca93a42 Mon Sep 17 00:00:00 2001
From: Brian Moe <brian.moe@ligo.org>
Date: Thu, 15 Apr 2010 13:11:52 -0500
Subject: [PATCH] OOPS!  Removed awful debugging garbage.

---
 gracedb/management/commands/make_histograms.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gracedb/management/commands/make_histograms.py b/gracedb/management/commands/make_histograms.py
index ccb3e193f..5a104ff1d 100644
--- a/gracedb/management/commands/make_histograms.py
+++ b/gracedb/management/commands/make_histograms.py
@@ -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 = {}
-- 
GitLab