From 80e79f6e7ea13012474316eb2eaab420bf7e394b Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 17 Sep 2019 16:58:12 +0200 Subject: [PATCH] Remove TODO Was done in previous commit, but I already pushed so no more --amend now. Contributes to issue CURA-6600. --- cura/Settings/IntentManager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cura/Settings/IntentManager.py b/cura/Settings/IntentManager.py index 89df530f6a..71f5e3705a 100644 --- a/cura/Settings/IntentManager.py +++ b/cura/Settings/IntentManager.py @@ -78,7 +78,6 @@ class IntentManager(QObject): # even though there should always be defaults. The problem then is what to do with the quality_types. # Currently _also_ inconsistent with 'currentAvailableIntentCategories', which _does_ return default. quality_groups = ContainerTree.getInstance().getCurrentQualityGroups() - # TODO: These quality nodes in that tree already contain the intent nodes. We can optimise this. available_quality_types = {quality_group.quality_type for quality_group in quality_groups.values() if quality_group.node_for_global is not None} final_intent_ids = set() # type: Set[str]