Merge "Remove unused logs" into sc-dev

This commit is contained in:
Winson Chung
2021-07-07 18:02:53 +00:00
committed by Android (Google) Code Review
3 changed files with 0 additions and 9 deletions
@@ -828,8 +828,6 @@ public class TaskView extends FrameLayout implements Reusable {
}
public void animateIconScaleAndDimIntoView() {
Log.d("b/186444448", "animateIconScaleAndDimIntoView: startProgress="
+ mIconScaleAnimStartProgress);
if (mIconAndDimAnimator != null) {
mIconAndDimAnimator.cancel();
}
@@ -839,7 +837,6 @@ public class TaskView extends FrameLayout implements Reusable {
mIconAndDimAnimator.addListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationEnd(Animator animation) {
Log.d("b/186444448", "animateIconScaleAndDimIntoView: end");
mIconAndDimAnimator = null;
}
});