diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml index 7ce9499ece2b58620e29ce12b1e8a38b94a2d8ac..2c79092d7d1abdfbed50899bfaef6767043e4c72 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml @@ -12,9 +12,6 @@ QWidget { onActiveChanged: { - //text = ""; - print("active") - print(y) if (active) { textEdit.plainText = backendValue.expression textEdit.setFocus();