Remove debug prints

This commit is contained in:
Diego Prado Gesto 2018-05-23 09:38:16 +02:00
parent b8417bcccb
commit ba234f5c8a

View file

@ -805,8 +805,6 @@ class XmlMaterialProfile(InstanceContainer):
color = entry.find("./um:color", cls.__namespaces) color = entry.find("./um:color", cls.__namespaces)
label = entry.find("./um:label", cls.__namespaces) label = entry.find("./um:label", cls.__namespaces)
if "Rigid" in brand.text:
print("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", label, label is not None, label.text if label is not None else ":")
if label is not None and label.text is not None: if label is not None and label.text is not None:
base_metadata["name"] = label.text base_metadata["name"] = label.text
else: else: