From 5d1bfc2bfcb63d8e34c96b7d2a5d942e7e242aaf Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 28 Sep 2025 21:36:16 -0400 Subject: [PATCH] cleanup Signed-off-by: Vladimir Mandic --- modules/ui_extra_networks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ui_extra_networks.py b/modules/ui_extra_networks.py index 7777c73f2..c60c04c86 100644 --- a/modules/ui_extra_networks.py +++ b/modules/ui_extra_networks.py @@ -832,7 +832,6 @@ def create_ui(container, button_parent, tabname, skip_indexing = False): stat_size = item.size if hasattr(item, 'mtime') and item.mtime is not None: stat_mtime = item.mtime - print('HERE', item.name, stat_size, stat_mtime) desc = item.description fullinfo = shared.readfile(os.path.splitext(item.filename)[0] + '.json', silent=True) if 'modelVersions' in fullinfo: # sanitize massive objects