Remove stray print

This commit is contained in:
Jaime van Kessel 2022-07-11 16:02:17 +02:00
parent 913d9b8ed7
commit 656a3dc707

View file

@ -43,7 +43,6 @@ Item
qualityType = Cura.MachineManager.activeQualityType
} else {
qualityType = Cura.MachineManager.getDefaultQualityTypeForIntent(model.intent_category)
print(Cura.MachineManager.getDefaultQualityTypeForIntent(model.intent_category))
}
Cura.IntentManager.selectIntent(model.intent_category, qualityType)
}