diff --git a/drama/routes/front.py b/drama/routes/front.py index 14d62e084f..c724415ae0 100644 --- a/drama/routes/front.py +++ b/drama/routes/front.py @@ -14,8 +14,6 @@ def slash_post(): @auth_required def notifications(v): - start = time.time() - if v and v.is_banned and not v.unban_utc: return render_template("seized.html") page = int(request.args.get('page', 1)) @@ -62,9 +60,6 @@ def notifications(v): if c not in listing: listing.append(c) - print(type(time.time())) - print(time.time() - start) - return render_template("notifications.html", v=v, notifications=listing,