From e09170817c10218fee97f751996308409b88eba2 Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Wed, 26 Jan 2000 00:34:49 +0000 Subject: [PATCH] Remove a debug printf git-svn-id: svn://10.0.0.236/trunk@58654 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp | 3 --- mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp b/mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp index afa7a950057..765bc39ebed 100644 --- a/mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp +++ b/mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp @@ -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); diff --git a/mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp b/mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp index afa7a950057..765bc39ebed 100644 --- a/mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp +++ b/mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp @@ -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);