mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 09:39:00 +08:00
Remove stray debug code
CURA-1758
This commit is contained in:
parent
64c870a3cf
commit
efa2099912
@ -234,7 +234,7 @@ Item
|
|||||||
style: UM.Theme.styles.checkbox;
|
style: UM.Theme.styles.checkbox;
|
||||||
enabled: base.settingsEnabled
|
enabled: base.settingsEnabled
|
||||||
|
|
||||||
checked: {print(platformAdhesionType.properties.value); return platformAdhesionType.properties.value == "brim"}
|
checked: platformAdhesionType.properties.value == "brim"
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
id: brimMouseArea
|
id: brimMouseArea
|
||||||
|
Loading…
x
Reference in New Issue
Block a user