From 2a545f99bf8b74bce6cd83e0429469621c056de0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 18 Sep 2021 20:17:04 +0200 Subject: [PATCH] fsd --- files/routes/front.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/routes/front.py b/files/routes/front.py index fcfe671053..270599b108 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -57,7 +57,6 @@ def notifications(v): cids = [x.comment_id for x in notifications] comments = get_comments(cids, v=v, load_parent=True) - t = time.time() i = 0 for x in notifications: try: @@ -69,7 +68,6 @@ def notifications(v): i += 1 g.db.commit() - print(time.time() - t) if not posts: listing = []