From 6f876658c1de12df37b86d4828b3a7315e433202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 31 Aug 2022 16:04:00 +0200 Subject: [PATCH] Add-on: remove debug print --- addon/flamenco/job_types_propgroup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/addon/flamenco/job_types_propgroup.py b/addon/flamenco/job_types_propgroup.py index 54a2eb4e..348d71e6 100644 --- a/addon/flamenco/job_types_propgroup.py +++ b/addon/flamenco/job_types_propgroup.py @@ -156,7 +156,6 @@ class JobTypePropertyGroup: If the setting has an `eval` property, it'll be evaluated and used as the setting value. Otherwise it will be skipped. """ - print(f"eval_visible_settings_if_no_value") for setting in self.job_type.settings: if not job_types.setting_is_visible(setting): # Skip those settings that will be hidden from the GUI.