mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Remove stray print statement
CURA-6853
This commit is contained in:
parent
664ed4a6a6
commit
9d931d8d2b
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ Item
|
||||||
// Make sure the slider handlers show the correct value after switching views
|
// Make sure the slider handlers show the correct value after switching views
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
{
|
{
|
||||||
print("safeArea: " + safeArea, "layerSliderSafeYMax", layerSliderSafeYMax)
|
|
||||||
layerSlider.setLowerValue(UM.SimulationView.minimumLayer)
|
layerSlider.setLowerValue(UM.SimulationView.minimumLayer)
|
||||||
layerSlider.setUpperValue(UM.SimulationView.currentLayer)
|
layerSlider.setUpperValue(UM.SimulationView.currentLayer)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue