Remove checked off TODO-comment. [CURA-6153]

This commit is contained in:
Remco Burema 2019-01-31 20:30:57 +01:00
parent 435c8deded
commit 7e11345f14

View File

@ -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,