Comment out 'element already in map' warning for now.

This commit is contained in:
waterson%netscape.com 1999-09-19 22:42:55 +00:00
parent d9bde9f94b
commit 49cd3cea4d
2 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ nsElementMap::Add(nsIRDFResource* aResource, nsIContent* aContent)
// this warning, it's an indication that you're
// unnecessarily notifying the frame system, and
// potentially causing unnecessary reflow.
NS_WARNING("element was already in the map");
//NS_WARNING("element was already in the map");
return NS_OK;
}
if (! head->mNext)

View File

@ -350,7 +350,7 @@ nsElementMap::Add(nsIRDFResource* aResource, nsIContent* aContent)
// this warning, it's an indication that you're
// unnecessarily notifying the frame system, and
// potentially causing unnecessary reflow.
NS_WARNING("element was already in the map");
//NS_WARNING("element was already in the map");
return NS_OK;
}
if (! head->mNext)