Remove debugging log

This commit is contained in:
cmdr2 2022-09-24 14:11:26 +05:30
parent 3822058daf
commit 661cf440f3

View File

@ -393,7 +393,6 @@ def do_mk_img(req: Request):
progress['output'] = partial_images
print(' sending progress update', json.dumps(progress))
yield json.dumps(progress)
if stop_processing: