mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove unneeded null check
The check takes ~1.5 ms. It's easily called a few hunderd times
This commit is contained in:
parent
8b7b8b0118
commit
6d120c43b6
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ Item
|
|||
id: provider
|
||||
|
||||
containerStackId: contents.activeMachineId
|
||||
key: model.key ? model.key : ""
|
||||
key: model.key
|
||||
watchedProperties: [ "value", "enabled", "state", "validationState", "settable_per_extruder", "resolve" ]
|
||||
storeIndex: 0
|
||||
removeUnusedValue: model.resolve === undefined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue