Minimal code cleanup

This commit is contained in:
2025-03-08 11:57:09 -06:00
parent 76dae8bcf8
commit 70a1c9fbcc
2 changed files with 0 additions and 2 deletions

View File

@@ -572,7 +572,6 @@ class BaseBuffer(base.Buffer):
except MastodonNotFoundError:
output.speak(_("No status found with that ID"))
return
# print(item)
msg = messages.viewPost(self.session, item, offset_hours=self.session.db["utc_offset"], item_url=self.get_item_url(item=item))
def ocr_image(self):