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

Commit 984c0734 authored by Noah Wang's avatar Noah Wang
Browse files

Remove spammy debug logging from MessageBubbleBackground.

Bug: 27363534
Change-Id: If8ff8bf0540f4e031a9092026adce8296ef4b6e1
parent e0255a71
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()));
    }
}