mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Remove redundant comment
CURA-9514
This commit is contained in:
parent
91b8c97dae
commit
1e898ff930
1 changed files with 0 additions and 4 deletions
|
@ -76,10 +76,6 @@ class MachineListModel(ListModel):
|
||||||
# Remove this machine from the other stack list
|
# Remove this machine from the other stack list
|
||||||
other_machine_stacks.remove(stack)
|
other_machine_stacks.remove(stack)
|
||||||
|
|
||||||
|
|
||||||
# Filtering must be done like this because searching with findContainerStacks(is_online = "True") does not return
|
|
||||||
# stacks that don't have is_online in their metadata. We still want to show these printers.
|
|
||||||
# offline_machine_stacks = [stack for stack in offline_machine_stacks if parseBool(stack.getMetaDataEntry("is_online", False))]
|
|
||||||
for stack in other_machine_stacks:
|
for stack in other_machine_stacks:
|
||||||
self.addItem(stack)
|
self.addItem(stack)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue