qdoc: Remove debug code
Remove a piece a debug code from qmlvisitor.cpp Change-Id: I3a1a72d11597c36d277310c92bf9590633844d03 Reviewed-by: Martin Smith <martin.smith@digia.com>bb10
parent
8dc8fe53f9
commit
35f8bcd438
|
|
@ -374,9 +374,6 @@ void QmlDocVisitor::applyMetacommands(QQmlJS::AST::SourceLocation,
|
|||
}
|
||||
else if (command == COMMAND_INQMLMODULE) {
|
||||
qdb->addToQmlModule(args[0].first,node);
|
||||
if (node->name() == QString("workerscript"))
|
||||
qDebug() << "INQMLMODULE workerscript:" << node << node->qmlModule()
|
||||
<< node->qmlModule()->isIndexNode() << node->name() << args[0].first;
|
||||
}
|
||||
else if (command == COMMAND_QMLINHERITS) {
|
||||
if (node->name() == args[0].first)
|
||||
|
|
|
|||
Loading…
Reference in New Issue