diff --git a/files/routes/front.py b/files/routes/front.py index 8cc72b9d7..f50377d85 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -149,7 +149,6 @@ def notifications(v): if request.headers.get("Authorization"): return {"data":[x.json for x in listing]} - print("5: " + str(time.time() - t), flush=True) return render_template("notifications.html", v=v, notifications=listing,