mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
Remove checked off TODO-comment. [CURA-6153]
This commit is contained in:
parent
435c8deded
commit
7e11345f14
@ -53,7 +53,6 @@ class GlobalStacksModel(ListModel):
|
||||
if container_stack.getMetaDataEntry("hidden", False) in ["True", True]:
|
||||
continue
|
||||
|
||||
# TODO: Remove reference to connect group name.
|
||||
items.append({"name": container_stack.getMetaDataEntry("group_name", container_stack.getName()),
|
||||
"id": container_stack.getId(),
|
||||
"hasRemoteConnection": has_remote_connection,
|
||||
|
Loading…
x
Reference in New Issue
Block a user