QmlDesigner Removed some debug output

Change-Id: Iaa03c5783cc76b94364eda184d439024c35c4102
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Aleksei German
2019-11-27 17:10:21 +01:00
parent 7cf6632d7d
commit 6b1d54421e

View File

@@ -41,7 +41,6 @@ Section {
function getBackendValue(name)
{
print(fontSection.fontName + "_" + name)
return backendValues[fontSection.fontName + "_" + name]
}