From f86ec8076e53ec3608fbcf64e0b4df18eba0e9e5 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 18 Jul 2021 15:12:19 +0000 Subject: don't need that print statement any more --- apioforum/forum.py | 5 ----- 1 file changed, 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, -- cgit v1.2.3