Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
WhoIsConch authored Jun 27, 2022
1 parent 6727a1b commit 855c827
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discord/ui/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ def message(self):

@message.setter
def message(self, value):
print("Setting")
self._message = value

class ViewStore:
Expand Down

0 comments on commit 855c827

Please sign in to comment.