From 661cf440f3b0d625dc94b0f6950779b118adeaf3 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sat, 24 Sep 2022 14:11:26 +0530 Subject: [PATCH] Remove debugging log --- ui/sd_internal/runtime.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/sd_internal/runtime.py b/ui/sd_internal/runtime.py index d1025293..3083e3ca 100644 --- a/ui/sd_internal/runtime.py +++ b/ui/sd_internal/runtime.py @@ -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: