summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-02-08 15:51:40 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-02-08 15:51:40 (GMT)
commitf2ba5e4d83f112f14a08e65e032497754750e8fa (patch)
tree1e5810c4e85500dbfc54b3bd694a7b3371e34b98 /tools
parentb10256b991ea37fdb2360682db87bc9e2f05a80f (diff)
downloadQt-f2ba5e4d83f112f14a08e65e032497754750e8fa.zip
Qt-f2ba5e4d83f112f14a08e65e032497754750e8fa.tar.gz
Qt-f2ba5e4d83f112f14a08e65e032497754750e8fa.tar.bz2
qdoc: Removed debugging code.
Reviewed-by: Trust Me
Diffstat (limited to 'tools')
-rw-r--r--tools/qdoc3/node.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/qdoc3/node.cpp b/tools/qdoc3/node.cpp
index 4da916c..9357671 100644
--- a/tools/qdoc3/node.cpp
+++ b/tools/qdoc3/node.cpp
@@ -570,8 +570,6 @@ void InnerNode::addChild(Node *child)
else {
if (child->type() == Enum)
enumChildren.append(child);
- if (childMap.contains(child->name()))
- qDebug() << "Duplicate child" << child->name();
childMap.insert(child->name(), child);
}
}