fix debug logging

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-04-04 09:14:48 -04:00
parent 7520be4874
commit ff4d57814e
3 changed files with 5 additions and 4 deletions
-1
View File
@@ -255,7 +255,6 @@ def create_output_panel(tabname, preview=True, prompt=None, height=None, transfe
elem_id=f"{tabname}_gallery",
elem_classes=["gallery_main"],
)
print('HERE', shared.opts.ui_columns)
if prompt is not None:
ui_sections.create_interrogate_button(tab=tabname, inputs=result_gallery, outputs=prompt)