summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-06-30 17:02:32 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-06-30 17:02:32 (GMT)
commitb67150d8ed0b7404a4d62f7f65a42620f22bc9c6 (patch)
tree44d64fa6490c61d816d914755536d67ac21e0e07 /program
parent7246c57ddeaa21ed6db7fb91cb978c2e9755b993 (diff)
remove pdb
Diffstat (limited to 'program')
-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(),