mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Remove checked off TODO-comment. [CURA-6153]
This commit is contained in:
parent
435c8deded
commit
7e11345f14
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue