mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Remove debug print
Oops again. Contributes to issue CURA-3427.
This commit is contained in:
parent
1e4c394b71
commit
a472fd8163
1 changed files with 0 additions and 1 deletions
|
@ -475,7 +475,6 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
meta_data["compatible"] = global_compatibility
|
||||
self.setMetaData(meta_data)
|
||||
self._dirty = False
|
||||
print(self.getMetaData())
|
||||
|
||||
machines = data.iterfind("./um:settings/um:machine", self.__namespaces)
|
||||
for machine in machines:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue