Remove a debug printf. Trivial one-line change

git-svn-id: svn://10.0.0.236/trunk@55447 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
1999-12-06 21:49:04 +00:00
parent b61d6c2bdb
commit cad9903a6b
2 changed files with 0 additions and 2 deletions

View File

@@ -1003,7 +1003,6 @@ nsHTMLContentSinkStream::AddLeaf(const nsIParserNode& aNode){
else if (type == eHTMLTag_text)
{
const nsString& text = aNode.GetText();
printf("Leaf text node: '%s'\n", text.ToNewCString());
if (!mDoFormat || preformatted)
{
Write(text);