mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:46:01 +08:00
Remove leftover print statements
CURA-9793
This commit is contained in:
parent
8012cb5360
commit
ca0cd5069b
@ -140,7 +140,6 @@ UM.TooltipArea
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print("SETTING PROPERTY VALUE: " + newValue)
|
|
||||||
propertyProvider.setPropertyValue("value", newValue)
|
propertyProvider.setPropertyValue("value", newValue)
|
||||||
}
|
}
|
||||||
forceUpdateOnChangeFunction()
|
forceUpdateOnChangeFunction()
|
||||||
|
@ -44,10 +44,6 @@ Cura.ComboBox {
|
|||||||
|
|
||||||
if (propertyProvider.properties.value == key)
|
if (propertyProvider.properties.value == key)
|
||||||
{
|
{
|
||||||
print("propertyProvider.properties.value: " + propertyProvider.properties.value)
|
|
||||||
print("key: " + key)
|
|
||||||
print("currentIndex: " + currentIndex)
|
|
||||||
print("i: " + i)
|
|
||||||
// The combobox is cleared after each value change so the currentIndex must be set each time.
|
// The combobox is cleared after each value change so the currentIndex must be set each time.
|
||||||
currentIndex = i
|
currentIndex = i
|
||||||
}
|
}
|
||||||
@ -95,7 +91,6 @@ Cura.ComboBox {
|
|||||||
{
|
{
|
||||||
if (updateAllExtruders)
|
if (updateAllExtruders)
|
||||||
{
|
{
|
||||||
print("UPDATING ALL WITH VALUE: " + value)
|
|
||||||
Cura.MachineManager.setSettingForAllExtruders(propertyProvider.key, "value", value)
|
Cura.MachineManager.setSettingForAllExtruders(propertyProvider.key, "value", value)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user