diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml index 839a84d0b32..ce58fc661dd 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml @@ -83,7 +83,6 @@ Section { property bool isSetup; onSelectionFlagChanged: { - print("selection changed"); isSetup = true; sizeType.currentIndex = 1 if (pixelSize.isInModel)