diff --git a/src/plugins/qmldesigner/components/propertyeditor/designerpropertymap.h b/src/plugins/qmldesigner/components/propertyeditor/designerpropertymap.h index 7f3e05d980b4c710f0d7612e1febf056c8707b1c..0e2a41647632b2be78bcfa88dc33178d6296dc4a 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/designerpropertymap.h +++ b/src/plugins/qmldesigner/components/propertyeditor/designerpropertymap.h @@ -59,7 +59,6 @@ QVariant DesignerPropertyMap<DefaultType>::value(const QString &key) const { if (contains(key)) return QDeclarativePropertyMap::value(key); - qWarning() << QString("DesignerPropertyMap::value() %1 not found").arg(key); return QVariant(&m_defaultValue); }