diff --git a/editor/base/nsHTMLEditor.cpp b/editor/base/nsHTMLEditor.cpp index 055dd6b83e41..56652547668d 100644 --- a/editor/base/nsHTMLEditor.cpp +++ b/editor/base/nsHTMLEditor.cpp @@ -4151,7 +4151,6 @@ nsHTMLEditor::GetDocumentLength(PRInt32 *aCount) NS_ASSERTION(0<=end, "GetAbsoluteOffsetsForPoints failed to set end correctly."); if (0<=end) { *aCount = end; - printf ("count = %d\n", *aCount); } } return result; diff --git a/editor/libeditor/html/nsHTMLEditor.cpp b/editor/libeditor/html/nsHTMLEditor.cpp index 055dd6b83e41..56652547668d 100644 --- a/editor/libeditor/html/nsHTMLEditor.cpp +++ b/editor/libeditor/html/nsHTMLEditor.cpp @@ -4151,7 +4151,6 @@ nsHTMLEditor::GetDocumentLength(PRInt32 *aCount) NS_ASSERTION(0<=end, "GetAbsoluteOffsetsForPoints failed to set end correctly."); if (0<=end) { *aCount = end; - printf ("count = %d\n", *aCount); } } return result;