Removed unneeded code

This commit is contained in:
2022-12-08 16:11:25 -06:00
parent 3450e0d38f
commit c9b75925b9
2 changed files with 2 additions and 2 deletions

View File

@@ -489,7 +489,7 @@ class BaseBuffer(base.Buffer):
post = self.get_item()
# Update object so we can retrieve newer stats
post = self.session.api.status(id=post.id)
print(post)
# print(post)
msg = messages.viewPost(post, offset_hours=self.session.db["utc_offset"], item_url=self.get_item_url())
def ocr_image(self):