refactor: remove unnecessary print
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user