Fixed a debug statement

This commit is contained in:
rods%netscape.com 1999-02-18 21:58:17 +00:00
parent 996ff0007d
commit f27fe873a6

View File

@ -142,7 +142,7 @@ nsCOMPtr<nsIDOMNode> nsBaseAppCore::FindNamedDOMNode(const nsString &aName, nsID
while (node) {
nsString name;
node->GetNodeName(name);
//printf("FindNamedDOMNode[%s] %d == %d\n", nsAutoCString(name), aCount, aEndCount);
//printf("FindNamedDOMNode[%s] %d == %d\n", name.ToNewCString(), aCount, aEndCount);
if (name.Equals(aName)) {
aCount++;
if (aCount == aEndCount)