From b1d2c282a3f9c0879bed3cadc4ba1d5e02ddeb44 Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Thu, 13 Jul 2000 22:50:39 +0000 Subject: [PATCH] Take my name out of a debug printf -- tired of seeing all that output git-svn-id: svn://10.0.0.236/trunk@74190 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/base/nsHTMLEditor.cpp | 2 +- mozilla/editor/libeditor/html/nsHTMLEditor.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/editor/base/nsHTMLEditor.cpp b/mozilla/editor/base/nsHTMLEditor.cpp index 72400cce14e..bfb8bf66b50 100644 --- a/mozilla/editor/base/nsHTMLEditor.cpp +++ b/mozilla/editor/base/nsHTMLEditor.cpp @@ -4344,7 +4344,7 @@ NS_IMETHODIMP nsHTMLEditor::SetBodyWrapWidth(PRInt32 aWrapColumn) res = bodyElement->SetAttribute(styleName, styleValue); -#ifdef DEBUG_akkana +#ifdef DEBUG_wrapstyle char* curstyle = styleValue.ToNewCString(); printf("Setting style: [%s]\nNow body looks like:\n", curstyle); Recycle(curstyle); diff --git a/mozilla/editor/libeditor/html/nsHTMLEditor.cpp b/mozilla/editor/libeditor/html/nsHTMLEditor.cpp index 72400cce14e..bfb8bf66b50 100644 --- a/mozilla/editor/libeditor/html/nsHTMLEditor.cpp +++ b/mozilla/editor/libeditor/html/nsHTMLEditor.cpp @@ -4344,7 +4344,7 @@ NS_IMETHODIMP nsHTMLEditor::SetBodyWrapWidth(PRInt32 aWrapColumn) res = bodyElement->SetAttribute(styleName, styleValue); -#ifdef DEBUG_akkana +#ifdef DEBUG_wrapstyle char* curstyle = styleValue.ToNewCString(); printf("Setting style: [%s]\nNow body looks like:\n", curstyle); Recycle(curstyle);