fix: remove debugging

This commit is contained in:
egarette@silique.fr 2026-01-01 09:22:41 +01:00
parent 7af43a1e19
commit 757e3aec6e

View file

@ -630,17 +630,14 @@ def manager_callback(
for subconfig_ in subconfigs: for subconfig_ in subconfigs:
if subconfig.path == subconfig_.path: if subconfig.path == subconfig_.path:
values.append(orig_value) values.append(orig_value)
print("arfeuuuu", orig_value)
else: else:
subconfig_.properties = properties subconfig_.properties = properties
print('ah ahhhhh')
values.append(get_value( values.append(get_value(
config_bag, config_bag,
subconfig_, subconfig_,
param, param,
True, True,
)) ))
print("arf", values)
if callback.__name__ not in FUNCTION_WAITING_FOR_DICT: if callback.__name__ not in FUNCTION_WAITING_FOR_DICT:
return values return values
return {"name": search_option.impl_get_display_name(subconfig), "value": values} return {"name": search_option.impl_get_display_name(subconfig), "value": values}