mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Remove todos that are no longer applicable
Remove debug print statement CURA-9321
This commit is contained in:
parent
1a464051d4
commit
9dff733345
2 changed files with 0 additions and 4 deletions
|
@ -54,7 +54,6 @@ class ActiveIntentQualitiesModel(ListModel):
|
|||
self._updateDelayed()
|
||||
|
||||
def _update(self):
|
||||
print("Updating")
|
||||
active_extruder_stack = cura.CuraApplication.CuraApplication.getInstance().getMachineManager().activeStack
|
||||
if active_extruder_stack:
|
||||
self._intent_category = active_extruder_stack.intent.getMetaDataEntry("intent_category", "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue