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
{
Internal::ObjectNodeInstance::Pointer instance;
qDebug() << __FUNCTION__ << metaInfo.typeName();
if (metaInfo.isSubclassOf("Qt/QGraphicsView", 4, 6))
instance = Internal::GraphicsViewNodeInstance::create(metaInfo, context, objectToBeWrapped);
else if (metaInfo.isSubclassOf("Qt/QmlView", 4, 6))
......
......@@ -168,7 +168,6 @@ InternalNode::Pointer ModelPrivate::createNode(const QString &typeString,
int minorVersion,
const QList<QPair<QString, QVariant> > &propertyList)
{
qDebug() << __FUNCTION__ << typeString;
if (typeString.isEmpty())
throw InvalidArgumentException(__LINE__, __FUNCTION__, __FILE__, "typeString");
if (!m_metaInfo.nodeMetaInfo(typeString).isValid())
......
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