aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
authorGravatar Joseph <[email protected]>2018-06-13 20:49:21 +0100
committerGravatar Joseph <[email protected]>2018-06-13 20:49:21 +0100
commit5ec55c7cdfcb90f706b2beac3e3f39d406b9bc5a (patch)
tree6638b6d1e32ff0d8c427eea1a83a161ea500657c /pysite
parent[FAQ] Categorize and add FAQ about GitLab (diff)
Remove debug print from production
Diffstat (limited to 'pysite')
-rw-r--r--pysite/views/staff/jams/participants.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pysite/views/staff/jams/participants.py b/pysite/views/staff/jams/participants.py
index fa27cfe0..6b95db76 100644
--- a/pysite/views/staff/jams/participants.py
+++ b/pysite/views/staff/jams/participants.py
@@ -46,8 +46,6 @@ class StaffView(RouteView, DBMixin):
for question in form_obj["questions"]:
questions[question] = self.db.get(self.questions_table, question)
- print(jam_data)
-
return self.render(
"staff/jams/participants.html",
jam=jam_data, form=form_obj, questions=questions