summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorubq323 <ubq323>2021-07-18 15:12:19 +0000
committerubq323 <ubq323>2021-07-18 15:12:19 +0000
commitf86ec8076e53ec3608fbcf64e0b4df18eba0e9e5 (patch)
tree8291aeb65645cea3c8b79adfb32a83ef73b9d35f
parent0ff607c6aba0bde59f63e7e4d737b1eca4977c7d (diff)
don't need that print statement any more
-rw-r--r--apioforum/forum.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/apioforum/forum.py b/apioforum/forum.py
index a736af9..d3402f0 100644
--- a/apioforum/forum.py
+++ b/apioforum/forum.py
@@ -97,11 +97,6 @@ def view_forum(forum_id):
a['updated'] = datetime.datetime.fromisoformat(a['updated'])
subforums.append(a)
-
-
-
-
- print(thread_polls)
return render_template("view_forum.html",
forum=forum,
subforums=subforums,