Remove debug logs

This commit is contained in:
2022-07-07 22:48:34 +03:00
parent 26faca4d53
commit d69b275c4f

View File

@@ -222,10 +222,6 @@ class FLDownloader(BaseDownloader):
await aiofiles.os.remove(filename_to_convert) await aiofiles.os.remove(filename_to_convert)
try: 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: if response.status_code != 200:
raise ConvertationError raise ConvertationError