mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Remove debug prints
Contributes to issue CURA-6600.
This commit is contained in:
parent
92d2686fed
commit
f1299589c9
2 changed files with 0 additions and 2 deletions
|
@ -218,7 +218,6 @@ class QualityManagementModel(ListModel):
|
|||
# This filters the updates to the container manager: When it applies to
|
||||
# the list of quality changes, we need to update our list.
|
||||
def _qualityChangesListChanged(self, container: "ContainerInterface") -> None:
|
||||
print("QualityChangesListChanged", container)
|
||||
if container.getMetaDataEntry("type") == "quality_changes":
|
||||
self._update()
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@ def getInstanceContainerSideEffect(*args, **kwargs):
|
|||
if variant is None:
|
||||
return instance_container_metadata_dict.get(definition).get("no_variant")
|
||||
else:
|
||||
print(variant, definition, instance_container_metadata_dict.get(definition).get(variant).get("material_1"))
|
||||
return instance_container_metadata_dict.get(definition).get(variant).get("material_1")
|
||||
if definition is None:
|
||||
return [{"id": "material_1", "material": "material_1"}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue