Remove leftover print statements

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-12-07 17:30:12 +01:00
parent 8012cb5360
commit ca0cd5069b
2 changed files with 0 additions and 6 deletions

View file

@ -140,7 +140,6 @@ UM.TooltipArea
}
else
{
print("SETTING PROPERTY VALUE: " + newValue)
propertyProvider.setPropertyValue("value", newValue)
}
forceUpdateOnChangeFunction()