diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
index dff878486c22c5ddd742cf67514e6cfea95a9479..8b32edb865a28a2809ae4524ff9112ba9197cc63 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
@@ -361,7 +361,6 @@ void PropertyEditor::changeValue(const QString &propertyName)
     PropertyEditorValue *value = qobject_cast<PropertyEditorValue*>(QDeclarativeMetaType::toQObject(m_currentType->m_backendValuesPropertyMap.value(underscoreName)));
 
     if (value ==0) {
-        qWarning() << "PropertyEditor:" <<propertyName << " - value is null";
         return;
     }