Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b98de0dc authored by Raph Levien's avatar Raph Levien
Browse files

Get rid of dirFlags log spam

I was logging the BiDi flags for debugging, did not mean to commit this.

Change-Id: I0a89c68fe17562f2ed38843efacbaa310dca24fa
parent 22827a7f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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