From ec1d0b1cc3c6b84bd00ba1635be9775f1248d113 Mon Sep 17 00:00:00 2001 From: piotr Date: Sat, 7 Jan 2023 23:58:05 +0100 Subject: [PATCH] tweak output # detection --- nwg_panel/tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nwg_panel/tools.py b/nwg_panel/tools.py index d1d4e9d..63ad917 100644 --- a/nwg_panel/tools.py +++ b/nwg_panel/tools.py @@ -258,7 +258,6 @@ def num_active_outputs(tree): for item in tree: if item.type == "output" and not item.name.startswith("__"): a += 1 - print("num_active_outputs", a) return a