diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml
index 839a84d0b32a349bf3f6242969caf99d7b47563b..ce58fc661dd8a6b34f0570b0dcfcb0399a73ca36 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)