Skip to content

Commit 329f132

Browse files
committed
remove comments
1 parent ab9b7bd commit 329f132

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/adapters/services/screenscraper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def _update_thread_allowance(response: dict) -> None:
3636
"""
3737
try:
3838
max_threads = int(response["response"]["ssuser"]["maxthreads"])
39-
print("MAX THREADS: ", max_threads)
4039
except (AttributeError, KeyError, TypeError, ValueError):
4140
return
4241

0 commit comments

Comments
 (0)