mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 07:53:54 +00:00
Kill a printf that would fire when typing in textareas. r=jfrancis
This commit is contained in:
parent
e9cc7884ed
commit
a040e67b1d
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user