diff --git a/drama/routes/front.py b/drama/routes/front.py index 78e1c2ec98..83295304ee 100644 --- a/drama/routes/front.py +++ b/drama/routes/front.py @@ -52,6 +52,7 @@ 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: pass