Remove debug prints

Contributes to issue CURA-6600.
This commit is contained in:
Ghostkeeper 2019-09-12 15:49:27 +02:00
parent 92d2686fed
commit f1299589c9
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
2 changed files with 0 additions and 2 deletions

View file

@ -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()