Remove a debug printf

git-svn-id: svn://10.0.0.236/trunk@58654 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
2000-01-26 00:34:49 +00:00
parent 8a06ffd710
commit e09170817c
2 changed files with 0 additions and 6 deletions

View File

@@ -1018,9 +1018,6 @@ nsHTMLContentSinkStream::AddLeaf(const nsIParserNode& aNode){
}
else if (!mDoFormat)
{
#ifdef DEBUG_akkana
printf("Conditionally formatting\n");
#endif
if (HasLongLines(text))
{
WriteWrapped(text);