From 3365dfe884fe90ebcce90a36fde7f7c73c89b6b9 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Fri, 16 Apr 2010 11:23:14 +0200 Subject: [PATCH] QmlDesigner: remove qDebug --- .../qmldesigner/components/propertyeditor/propertyeditor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp index 94a9f95aa7d..ecd9183dc82 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp @@ -398,7 +398,6 @@ void PropertyEditor::changeValue(const QString &propertyName) castedValue = QVariant(newColor); } - qDebug() << value->value(); try { if (!value->value().isValid()) { //reset fxObjectNode.removeVariantProperty(propertyName); -- GitLab