summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/puredocparser.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2015-07-01 11:48:41 +0200
committerMartin Smith <martin.smith@digia.com>2015-07-07 12:59:04 +0000
commit0e16b6b598f1964d8baaec81c05d0afa6e9e89c6 (patch)
tree5ec10c7e9b91fc24d1692cb1b3158696b783d4cc /src/tools/qdoc/puredocparser.cpp
parent68dec6461ec700e871f28c8672be1f28740910e5 (diff)
qdoc: Removed debug code
The debug code in puredocparser.cpp and qmlvisitor.cpp was no linger needed. Change-Id: Idac0b7afe58febb2f89cdce7928b0d806a02d67e Task-number: QTBUG-46958 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/tools/qdoc/puredocparser.cpp')
-rw-r--r--src/tools/qdoc/puredocparser.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/qdoc/puredocparser.cpp b/src/tools/qdoc/puredocparser.cpp
index bfd3925353..80a7ec4bf5 100644
--- a/src/tools/qdoc/puredocparser.cpp
+++ b/src/tools/qdoc/puredocparser.cpp
@@ -149,12 +149,6 @@ bool PureDocParser::processQdocComments()
isJsPropertyTopic = true;
}
}
- if ((isQmlPropertyTopic || isJsPropertyTopic) && topics.size() > 1) {
- qDebug() << "MULTIPLE TOPICS:" << doc.location().fileName() << doc.location().lineNo();
- for (int i=0; i<topics.size(); ++i) {
- qDebug() << " " << topics[i].topic << topics[i].args;
- }
- }
NodeList nodes;
DocList docs;