diff options
-rw-r--r-- | apioforum/forum.py | 5 |
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, |