Index: sources/gui/qml/components/StepIndicator.qml =================================================================== diff -u -r526137b088b43e51868cb241ce70b3cf52febae8 -rdb2238dcf17941be6a3c587b55a3ef06b94cee96 --- sources/gui/qml/components/StepIndicator.qml (.../StepIndicator.qml) (revision 526137b088b43e51868cb241ce70b3cf52febae8) +++ sources/gui/qml/components/StepIndicator.qml (.../StepIndicator.qml) (revision db2238dcf17941be6a3c587b55a3ef06b94cee96) @@ -57,7 +57,7 @@ else stepNamesFirst = "" stepNamesRest = [] } - console.debug(_root.stepNames, stepNamesFirst, stepNamesRest) + // DEBUG: console.debug(_root.stepNames, stepNamesFirst, stepNamesRest) } }