Merge "Get rid of dirFlags log spam"

This commit is contained in:
Raph Levien
2014-05-16 18:59:03 +00:00
committed by Android (Google) Code Review

View File

@@ -367,7 +367,6 @@ void TextLayoutShaper::computeValues(const SkPaint* paint, const UChar* chars,
bool forceLTR = false;
bool forceRTL = false;
ALOGD("computeValues dirFlags=%d", dirFlags);
switch (dirFlags & kBidi_Mask) {
case kBidi_LTR: bidiReq = 0; break; // no ICU constant, canonical LTR level
case kBidi_RTL: bidiReq = 1; break; // no ICU constant, canonical RTL level