Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
wm75 committed Jun 5, 2024
1 parent 8cfb87e commit 841dc3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/plugins/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ async def async_create_post(self, content):
)

if not isinstance(resp, UploadResponse):
print("hello:", resp)
continue

# add info about the image to the message
Expand Down

0 comments on commit 841dc3e

Please sign in to comment.