Skip to content

Commit fc5d7c9

Browse files
committed
Stop console flooding lol
1 parent f905bc0 commit fc5d7c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

watcher/jobs/objective.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ async def clean_dead_sessions(requester):
255255

256256
async def get_valid_data(requester, category, get_list, retries=3):
257257
check_list = await requester.post_request_batch(category, get_list)
258-
print(check_list)
259258
if len(check_list) != len(get_list):
260259
if retries <= 0:
261260
print(f"{len(get_list) - len(check_list)} objects were unable to be fetched")

0 commit comments

Comments
 (0)