From d82cabcf4628ad6547e2dd5af2018600b03e1fd5 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Wed, 21 Apr 2010 15:54:38 +0200
Subject: [PATCH] QmlDesigner.propertyEditor: cleanup

---
 .../qmldesigner/propertyeditor/Qt/ExpressionEditor.qml         | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml
index 7ce9499ece2..2c79092d7d1 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();
-- 
GitLab