mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue