Kill a printf that would fire when typing in textareas. r=jfrancis

This commit is contained in:
sfraser%netscape.com 2000-08-24 20:31:58 +00:00
parent e9cc7884ed
commit a040e67b1d
2 changed files with 0 additions and 2 deletions

View File

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

View File

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