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

Remove qDebugs

parent b0b893ac
No related branches found
No related tags found
No related merge requests found
...@@ -132,8 +132,6 @@ Internal::ObjectNodeInstance::Pointer NodeInstance::createInstance(const NodeMet ...@@ -132,8 +132,6 @@ Internal::ObjectNodeInstance::Pointer NodeInstance::createInstance(const NodeMet
{ {
Internal::ObjectNodeInstance::Pointer instance; Internal::ObjectNodeInstance::Pointer instance;
qDebug() << __FUNCTION__ << metaInfo.typeName();
if (metaInfo.isSubclassOf("Qt/QGraphicsView", 4, 6)) if (metaInfo.isSubclassOf("Qt/QGraphicsView", 4, 6))
instance = Internal::GraphicsViewNodeInstance::create(metaInfo, context, objectToBeWrapped); instance = Internal::GraphicsViewNodeInstance::create(metaInfo, context, objectToBeWrapped);
else if (metaInfo.isSubclassOf("Qt/QmlView", 4, 6)) else if (metaInfo.isSubclassOf("Qt/QmlView", 4, 6))
......
...@@ -168,7 +168,6 @@ InternalNode::Pointer ModelPrivate::createNode(const QString &typeString, ...@@ -168,7 +168,6 @@ InternalNode::Pointer ModelPrivate::createNode(const QString &typeString,
int minorVersion, int minorVersion,
const QList<QPair<QString, QVariant> > &propertyList) const QList<QPair<QString, QVariant> > &propertyList)
{ {
qDebug() << __FUNCTION__ << typeString;
if (typeString.isEmpty()) if (typeString.isEmpty())
throw InvalidArgumentException(__LINE__, __FUNCTION__, __FILE__, "typeString"); throw InvalidArgumentException(__LINE__, __FUNCTION__, __FILE__, "typeString");
if (!m_metaInfo.nodeMetaInfo(typeString).isValid()) if (!m_metaInfo.nodeMetaInfo(typeString).isValid())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment