mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Remove debug prints
This commit is contained in:
parent
275989d193
commit
fe9d106332
1 changed files with 0 additions and 2 deletions
|
@ -122,8 +122,6 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
registry = ContainerRegistry.getInstance()
|
||||
|
||||
base_file = self.getMetaDataEntry("base_file", "")
|
||||
print("--------base_file:", base_file)
|
||||
print("--------metadata:", self._metadata)
|
||||
if base_file and self.getId() != base_file:
|
||||
# Since we create an instance of XmlMaterialProfile for each machine and nozzle in the profile,
|
||||
# we should only serialize the "base" material definition, since that can then take care of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue