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
Topi Reinio 2013-10-02 10:40:15 +02:00 committed by The Qt Project
parent 8dc8fe53f9
commit 35f8bcd438
1 changed files with 0 additions and 3 deletions

View File

@ -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)