diff options
author | David Boddie <dboddie@trolltech.com> | 2010-02-08 15:51:40 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-02-08 15:51:40 (GMT) |
commit | f2ba5e4d83f112f14a08e65e032497754750e8fa (patch) | |
tree | 1e5810c4e85500dbfc54b3bd694a7b3371e34b98 /tools | |
parent | b10256b991ea37fdb2360682db87bc9e2f05a80f (diff) | |
download | Qt-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.cpp | 2 |
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); } } |