mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 06:55:37 +01:00
Remove debug logs
This commit is contained in:
@@ -222,10 +222,6 @@ class FLDownloader(BaseDownloader):
|
||||
await aiofiles.os.remove(filename_to_convert)
|
||||
|
||||
try:
|
||||
content = open(filename_to_convert, "rb").read()
|
||||
print(f"{content=}", flush=True)
|
||||
print(f"{response.status_code=} {filename_to_convert=}", flush=True)
|
||||
|
||||
if response.status_code != 200:
|
||||
raise ConvertationError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user