From ae8a18d265bdefa407f3a0a1dda5f5f955926c11 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 28 Jul 2021 05:18:05 +0200 Subject: [PATCH] dfdf --- drama/routes/front.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/drama/routes/front.py b/drama/routes/front.py index b57bc6693..58203cc27 100644 --- a/drama/routes/front.py +++ b/drama/routes/front.py @@ -41,7 +41,6 @@ def notifications(v): c._is_blocked = False c._is_blocking = False if c.parent_submission and c.parent_comment and c.parent_comment.author_id == v.id: - continue while c.parent_comment: parent = c.parent_comment if c not in parent.replies2: @@ -52,10 +51,8 @@ def notifications(v): listing.append(c) c.replies = c.replies2 elif c.parent_submission and c not in listing: - print(c.body) listing.append(c) else: - continue if c.parent_comment: while c.level > 1: c = c.parent_comment