mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:19:05 +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;
|
||||
enabled: base.settingsEnabled
|
||||
|
||||
checked: {print(platformAdhesionType.properties.value); return platformAdhesionType.properties.value == "brim"}
|
||||
checked: platformAdhesionType.properties.value == "brim"
|
||||
|
||||
MouseArea {
|
||||
id: brimMouseArea
|
||||
|
Loading…
x
Reference in New Issue
Block a user