removed debug print

This commit is contained in:
iLLiCiTiT 2021-08-26 15:18:28 +02:00
parent 59cff86ce4
commit 9d4451a3d4

View file

@ -539,7 +539,6 @@ class AnatomyTemplatesEnumEntity(BaseEnumEntity):
valid_keys.add(key)
if others_entity is not None:
print(others_entity)
get_child_label_func = getattr(
others_entity, "get_child_label", None
)