mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 19:31:16 -07:00
Remove stray print
This commit is contained in:
parent
913d9b8ed7
commit
656a3dc707
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ Item
|
||||||
qualityType = Cura.MachineManager.activeQualityType
|
qualityType = Cura.MachineManager.activeQualityType
|
||||||
} else {
|
} else {
|
||||||
qualityType = Cura.MachineManager.getDefaultQualityTypeForIntent(model.intent_category)
|
qualityType = Cura.MachineManager.getDefaultQualityTypeForIntent(model.intent_category)
|
||||||
print(Cura.MachineManager.getDefaultQualityTypeForIntent(model.intent_category))
|
|
||||||
}
|
}
|
||||||
Cura.IntentManager.selectIntent(model.intent_category, qualityType)
|
Cura.IntentManager.selectIntent(model.intent_category, qualityType)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue