Skip to content
Snippets Groups Projects
Commit 5e1ba0cb authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner.Rewriter: Remove qDebug

parent f1e6e8c5
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,6 @@ static inline QVariant convertDynamicPropertyValueToVariant(const QString &astVa
static bool isComponentType(const QString &type)
{
qDebug() << __FUNCTION__ << type;
return type == QLatin1String("Component") || type == QLatin1String("Qt/Component") || type == QLatin1String("QtQuick/Component");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment