Remove debug printing

Contributes to CURA-5499
This commit is contained in:
Diego Prado Gesto 2018-07-17 18:09:59 +02:00
parent eab10401ee
commit 327eaf9564

View file

@ -335,7 +335,6 @@ class MachineManager(QObject):
global_stack.getName(), new_quality_changes_group.name)
else:
new_quality_group = quality_groups.get(quality_type)
print(quality_groups)
if new_quality_group is not None:
self._setQualityGroup(new_quality_group, empty_quality_changes = True)
same_quality_found = True
@ -1108,7 +1107,6 @@ class MachineManager(QObject):
# Set quality and quality_changes for each ExtruderStack
for position, node in quality_group.nodes_for_extruders.items():
self._global_container_stack.extruders[str(position)].quality = node.getContainer()
print("#######", node.getContainer().getName())
if empty_quality_changes:
self._global_container_stack.extruders[str(position)].qualityChanges = self._empty_quality_changes_container