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:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user