diff --git a/files/routes/front.py b/files/routes/front.py index b343731f7c..5b79677dba 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -15,8 +15,6 @@ def slash_post(): @app.get("/testing") def testing(): notifications = g.db.query(Notification).all() - - comments = [] t = time.time()