diff --git a/files/routes/comments.py b/files/routes/comments.py index 54e4e32a81..c3cb12900e 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -293,9 +293,10 @@ def api_comment(v): g.db.add(c_aux) g.db.flush() - print(c_aux) - print(c_aux.body_html) - print(c.comment_aux) + if v.id == 1: + print(c_aux) + print(c_aux.body_html) + print(c.comment_aux) if v.agendaposter and "trans lives matter" not in c_aux.body_html.lower():