Remove debug statement

CURA-9514
This commit is contained in:
joeydelarago 2022-08-24 10:24:53 +02:00
parent 1e898ff930
commit b4e5fd8526

View File

@ -333,7 +333,6 @@ class MachineManager(QObject):
extruder_manager.fixSingleExtrusionMachineExtruderDefinition(global_stack)
if not global_stack.isValid():
# Mark global stack as invalid
print("C")
ConfigurationErrorMessage.getInstance().addFaultyContainers(global_stack.getId())
return # We're done here