remove unnecessary print

This commit is contained in:
codey 2024-09-10 15:56:23 -04:00
parent 7c4419159b
commit 78b5cc40c2

View File

@ -79,7 +79,6 @@ class FML(callbacks.Plugin):
upvotes = votes.get('yls', 0)
downvotes = votes.get('ydi', 0)
data = (fml_id, text, upvotes, downvotes)
print(f"Returned: {data}")
return data
def _get_random_entries(self):