mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Remove debug prints
This commit is contained in:
parent
b8417bcccb
commit
ba234f5c8a
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue