mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Remove stray debug code
CURA-1758
This commit is contained in:
parent
64c870a3cf
commit
efa2099912
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ Item
|
|||
style: UM.Theme.styles.checkbox;
|
||||
enabled: base.settingsEnabled
|
||||
|
||||
checked: {print(platformAdhesionType.properties.value); return platformAdhesionType.properties.value == "brim"}
|
||||
checked: platformAdhesionType.properties.value == "brim"
|
||||
|
||||
MouseArea {
|
||||
id: brimMouseArea
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue