No bug - remove printfs

This commit is contained in:
mkaply%us.ibm.com 2001-05-18 02:43:25 +00:00
parent 60372650d0
commit 1b0b069451
2 changed files with 0 additions and 6 deletions

View File

@ -893,11 +893,9 @@ nsBidiPresUtils::FormatUnicodeText(nsIPresContext* aPresContext,
PRBool doReverse = PR_FALSE;
printf("aCharType is %d\n", aCharType);
if (aIsBidiSystem) {
if (CHARTYPE_IS_RTL(aCharType) ^ aIsOddLevel) {
doReverse = PR_TRUE;
printf("doReverse set to TRUE\n");
}
}
else if (aIsOddLevel) {
@ -929,7 +927,6 @@ printf("doReverse set to TRUE\n");
(PRUint32 *)&newLen);
} // eCharType_RightToLeftArabic
else {
printf("reversing buffer\n");
rv = mBidiEngine->WriteReverse(aText, aTextLength, buffer,
NSBIDI_REMOVE_BIDI_CONTROLS | NSBIDI_DO_MIRRORING,
&newLen);

View File

@ -893,11 +893,9 @@ nsBidiPresUtils::FormatUnicodeText(nsIPresContext* aPresContext,
PRBool doReverse = PR_FALSE;
printf("aCharType is %d\n", aCharType);
if (aIsBidiSystem) {
if (CHARTYPE_IS_RTL(aCharType) ^ aIsOddLevel) {
doReverse = PR_TRUE;
printf("doReverse set to TRUE\n");
}
}
else if (aIsOddLevel) {
@ -929,7 +927,6 @@ printf("doReverse set to TRUE\n");
(PRUint32 *)&newLen);
} // eCharType_RightToLeftArabic
else {
printf("reversing buffer\n");
rv = mBidiEngine->WriteReverse(aText, aTextLength, buffer,
NSBIDI_REMOVE_BIDI_CONTROLS | NSBIDI_DO_MIRRORING,
&newLen);