From 4428ccfd3827729b6fcdf81a1190881f3982d747 Mon Sep 17 00:00:00 2001 From: rr- Date: Thu, 2 Jun 2016 23:42:12 +0200 Subject: [PATCH] server/images: remove debug blob --- server/szurubooru/func/images.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/szurubooru/func/images.py b/server/szurubooru/func/images.py index 4bb580c..870334a 100644 --- a/server/szurubooru/func/images.py +++ b/server/szurubooru/func/images.py @@ -88,9 +88,6 @@ class Image(object): 'Failed to execute ffmpeg command (cli=%r, err=%r)', ' '.join(shlex.quote(arg) for arg in cli), err) - with open('/tmp/tmp', 'wb') as handle: - handle.write(self.content) - raise errors.ProcessingError( 'Error while processing image.\n' + err.decode('utf-8')) return out