mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Remove debug statement
CURA-9514
This commit is contained in:
parent
1e898ff930
commit
b4e5fd8526
1 changed files with 0 additions and 1 deletions
|
@ -333,7 +333,6 @@ class MachineManager(QObject):
|
||||||
extruder_manager.fixSingleExtrusionMachineExtruderDefinition(global_stack)
|
extruder_manager.fixSingleExtrusionMachineExtruderDefinition(global_stack)
|
||||||
if not global_stack.isValid():
|
if not global_stack.isValid():
|
||||||
# Mark global stack as invalid
|
# Mark global stack as invalid
|
||||||
print("C")
|
|
||||||
ConfigurationErrorMessage.getInstance().addFaultyContainers(global_stack.getId())
|
ConfigurationErrorMessage.getInstance().addFaultyContainers(global_stack.getId())
|
||||||
return # We're done here
|
return # We're done here
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue