refactor: remove unnecessary print

This commit is contained in:
moanos [he/him] 2024-11-20 22:53:48 +01:00
parent 231c27819d
commit 433ad9d4b9

View File

@ -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