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