diff options
author | Aleksei German <[email protected]> | 2019-11-27 17:10:21 +0100 |
---|---|---|
committer | Aleksei German <[email protected]> | 2019-11-27 16:30:51 +0000 |
commit | 6b1d54421e3831576c8d169bf38caf1ab503c84a (patch) | |
tree | ee320a559ac32b787517b43cab222bd3b766bd71 | |
parent | 7cf6632d7d0b23fa78bc770fee8b4ce76e052383 (diff) |
QmlDesigner Removed some debug outputv4.11.0-rc1
Change-Id: Iaa03c5783cc76b94364eda184d439024c35c4102
Reviewed-by: Thomas Hartmann <[email protected]>
-rw-r--r-- | share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml | 1 |
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 6cbc8a77c00..a97923a032c 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] } |