remove unnecessary print
This commit is contained in:
parent
7c4419159b
commit
78b5cc40c2
@ -79,7 +79,6 @@ class FML(callbacks.Plugin):
|
|||||||
upvotes = votes.get('yls', 0)
|
upvotes = votes.get('yls', 0)
|
||||||
downvotes = votes.get('ydi', 0)
|
downvotes = votes.get('ydi', 0)
|
||||||
data = (fml_id, text, upvotes, downvotes)
|
data = (fml_id, text, upvotes, downvotes)
|
||||||
print(f"Returned: {data}")
|
|
||||||
return data
|
return data
|
||||||
|
|
||||||
def _get_random_entries(self):
|
def _get_random_entries(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user