From 7e11345f141b7dce47b4c68acd14c00b84cd8337 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 31 Jan 2019 20:30:57 +0100 Subject: [PATCH] Remove checked off TODO-comment. [CURA-6153] --- cura/GlobalStacksModel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cura/GlobalStacksModel.py b/cura/GlobalStacksModel.py index 72144140b2..ea8a9c7961 100644 --- a/cura/GlobalStacksModel.py +++ b/cura/GlobalStacksModel.py @@ -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,