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

Commit d53c483e authored by Noah Wang's avatar Noah Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove spammy debug logging from MessageBubbleBackground." into nyc-dev

parents 5601cd43 984c0734
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ package com.android.settings.display;

import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.widget.LinearLayout;

import com.android.settings.R;
@@ -44,8 +43,5 @@ public class MessageBubbleBackground extends LinearLayout {
        super.onMeasure(
                MeasureSpec.makeMeasureSpec(bubbleWidth + widthPadding, MeasureSpec.EXACTLY),
                heightMeasureSpec);
        Log.w(this.getClass().getSimpleName(),
                String.format("onMeasure called; width:%d, height:%d", this.getMeasuredWidth(),
                        this.getMeasuredHeight()));
    }
}