diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-04 10:46:13 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-04 10:46:13 (GMT) |
commit | 8ba14f6640a836a42a67363259da7055b33385b9 (patch) | |
tree | 963dcec05361018be9cb18380f81a5805af9d8b4 | |
parent | dc7aa1a9f9cd89f726a54a88ff31731c56142eb8 (diff) | |
download | Qt-8ba14f6640a836a42a67363259da7055b33385b9.zip Qt-8ba14f6640a836a42a67363259da7055b33385b9.tar.gz Qt-8ba14f6640a836a42a67363259da7055b33385b9.tar.bz2 |
qdoc3: Removed a debug output.
-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); } } |