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

Commit fbc86307 authored by Kenny Root's avatar Kenny Root
Browse files

Remove MeasuredText debug messages

MeasuredText debug messages were left in the tree. Remove them before
shipping.

Bug: 3408963
Change-Id: Ia220eae5835d1325bb6053de0025d8016a1edcad
parent cb9d4d28
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ import android.util.Log;
 * @hide
 */
class MeasuredText {
    private static final boolean localLOGV = false;
    /* package */ CharSequence mText;
    /* package */ int mTextStart;
    /* package */ float[] mWidths;
@@ -58,7 +59,9 @@ class MeasuredText {
            }
        }
        mt = new MeasuredText();
        Log.e("MEAS", "new: " + mt);
        if (localLOGV) {
            Log.v("MEAS", "new: " + mt);
        }
        return mt;
    }