aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksei German <aleksei.german@qt.io>2019-11-27 17:10:21 +0100
committerAleksei German <aleksei.german@qt.io>2019-11-27 16:30:51 +0000
commit6b1d54421e3831576c8d169bf38caf1ab503c84a (patch)
treeee320a559ac32b787517b43cab222bd3b766bd71
parent7cf6632d7d0b23fa78bc770fee8b4ce76e052383 (diff)
QmlDesigner Removed some debug outputv4.11.0-rc1
Change-Id: Iaa03c5783cc76b94364eda184d439024c35c4102 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml
index 6cbc8a77c0..a97923a032 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml
@@ -41,7 +41,6 @@ Section {
function getBackendValue(name)
{
- print(fontSection.fontName + "_" + name)
return backendValues[fontSection.fontName + "_" + name]
}