remove print statement giving info i dont care about

pull/173/head
Aevann 2023-07-30 03:01:02 +03:00
parent 731dafcfbd
commit b5c1bd2ca9
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ def process_image(filename:str, v, resize=0, trim=False, uploader_id:Optional[in
if resize and i.width > resize:
params.extend(["-resize", f"{resize}>"])
except:
print(f"Couldn't identify an image for {filename}; deleting... (user {v.id if v else '-no user-'})")
os.remove(filename)
if has_request:
abort(415)