Fix indentation

Remove debug statement

CURA-9514
This commit is contained in:
joeydelarago 2022-08-31 10:19:02 +02:00
parent daab1aae71
commit 760e53c401

View File

@ -117,7 +117,6 @@ class MachineListModel(ListModel):
for stack in other_machine_stacks:
self.addItem(stack)
print(self.items)
def addItem(self, container_stack: ContainerStack, machine_count: int = 0) -> None:
if parseBool(container_stack.getMetaDataEntry("hidden", False)):