refactor: remove unnecessary print
This commit is contained in:
parent
231c27819d
commit
433ad9d4b9
@ -728,7 +728,6 @@ class CommentNotification(BaseNotification):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def url(self):
|
def url(self):
|
||||||
print(f"URL: self.comment.get_absolute_url()")
|
|
||||||
return self.comment.get_absolute_url
|
return self.comment.get_absolute_url
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user