From 6d23f50a6d5df507f1ae24e5423921b3a6904780 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 25 Aug 2021 19:43:05 +0200 Subject: [PATCH] dffd --- files/routes/comments.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index f6c38c3d3b..2b9ccf137f 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -465,7 +465,6 @@ def api_comment(v): continue if user.id != v.id: notify_users.add(user.id) - if v.id == 1: print(notify_users) for x in notify_users: n = Notification(comment_id=c.id, user_id=x) g.db.add(n) @@ -508,7 +507,6 @@ def api_comment(v): g.db.add(parent_post) g.db.commit() - if v.id == 1: print(c.comment_aux) if request.headers.get("Authorization"): return c.json else: return jsonify({"html": render_template("comments.html", v=v,