server/images: remove debug blob
This commit is contained in:
parent
f8e6d07fea
commit
4428ccfd38
|
@ -88,9 +88,6 @@ class Image(object):
|
||||||
'Failed to execute ffmpeg command (cli=%r, err=%r)',
|
'Failed to execute ffmpeg command (cli=%r, err=%r)',
|
||||||
' '.join(shlex.quote(arg) for arg in cli),
|
' '.join(shlex.quote(arg) for arg in cli),
|
||||||
err)
|
err)
|
||||||
with open('/tmp/tmp', 'wb') as handle:
|
|
||||||
handle.write(self.content)
|
|
||||||
|
|
||||||
raise errors.ProcessingError(
|
raise errors.ProcessingError(
|
||||||
'Error while processing image.\n' + err.decode('utf-8'))
|
'Error while processing image.\n' + err.decode('utf-8'))
|
||||||
return out
|
return out
|
||||||
|
|
Loading…
Reference in New Issue