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
This commit is contained in:
akkana%netscape.com
2000-07-13 22:50:39 +00:00
parent bc856a5cb9
commit b1d2c282a3
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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);