From 324b49fd76c7416a85dd0fce86678d60c567e056 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 30 Jul 2021 11:49:00 +0200 Subject: [PATCH] fddf --- drama/routes/front.py | 5 ----- 1 file changed, 5 deletions(-) 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,