From 433ad9d4b9d3a221140004c7db278e872b126cbd Mon Sep 17 00:00:00 2001 From: moanos Date: Wed, 20 Nov 2024 22:53:48 +0100 Subject: [PATCH] refactor: remove unnecessary print --- src/fellchensammlung/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fellchensammlung/models.py b/src/fellchensammlung/models.py index beb696b..3e94552 100644 --- a/src/fellchensammlung/models.py +++ b/src/fellchensammlung/models.py @@ -728,7 +728,6 @@ class CommentNotification(BaseNotification): @property def url(self): - print(f"URL: self.comment.get_absolute_url()") return self.comment.get_absolute_url