Add-on: remove debug print

This commit is contained in:
Sybren A. Stüvel 2022-08-31 16:04:00 +02:00
parent 4fda35f563
commit 6f876658c1

View File

@ -156,7 +156,6 @@ class JobTypePropertyGroup:
If the setting has an `eval` property, it'll be evaluated and used as If the setting has an `eval` property, it'll be evaluated and used as
the setting value. Otherwise it will be skipped. the setting value. Otherwise it will be skipped.
""" """
print(f"eval_visible_settings_if_no_value")
for setting in self.job_type.settings: for setting in self.job_type.settings:
if not job_types.setting_is_visible(setting): if not job_types.setting_is_visible(setting):
# Skip those settings that will be hidden from the GUI. # Skip those settings that will be hidden from the GUI.