summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/urls.py b/program/urls.py
index 0dfe60e..60d81a7 100644
--- a/program/urls.py
+++ b/program/urls.py
@@ -7,7 +7,6 @@ from views import current_show, day_schedule, recommendations, show_list, week_s
import os
PROGRAM_STATIC_DIR = os.path.join(os.path.dirname(__file__), '../site_media')
-import pdb;pdb.set_trace()
hosts_dict = {
'queryset': Host.objects.all(),