diff --git a/drama/helpers/images.py b/drama/helpers/images.py index 5f237c03f..cb378ffbc 100644 --- a/drama/helpers/images.py +++ b/drama/helpers/images.py @@ -34,7 +34,6 @@ def upload_file(file, resize=None): if resize: filename = "image.gif" - remove(filename) file.save(filename) i = IImage.open(filename) i = crop_and_resize(i, resize)