diff --git a/files/routes/posts.py b/files/routes/posts.py index 93d37d7f9..327fc1f9a 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -732,7 +732,6 @@ def thumbnail_thread(pid): if existing_comment: break - print(body_html, flush=True) new_comment = Comment(author_id=NOTIFICATIONS_ID, parent_submission=None, distinguish_level=6, @@ -755,7 +754,6 @@ def thumbnail_thread(pid): existing_comment = db.query(Comment.id).filter_by(author_id=NOTIFICATIONS_ID, parent_submission=None, distinguish_level=6, body_html=body_html).first() if existing_comment: break - print(body_html, flush=True) new_comment = Comment(author_id=NOTIFICATIONS_ID, parent_submission=None, distinguish_level=6, @@ -779,7 +777,6 @@ def thumbnail_thread(pid): if existing_comment: break - print(body_html, flush=True) new_comment = Comment(author_id=NOTIFICATIONS_ID, parent_submission=None, distinguish_level=6,