Remove unused logs
Bug: 191698994 Test: Just removing logs Change-Id: Ia6ae528f1444cbdbe3823657492deeb6c4a3d6ce
This commit is contained in:
@@ -815,8 +815,6 @@ public class TaskView extends FrameLayout implements Reusable {
|
||||
}
|
||||
|
||||
public void animateIconScaleAndDimIntoView() {
|
||||
Log.d("b/186444448", "animateIconScaleAndDimIntoView: startProgress="
|
||||
+ mIconScaleAnimStartProgress);
|
||||
if (mIconAndDimAnimator != null) {
|
||||
mIconAndDimAnimator.cancel();
|
||||
}
|
||||
@@ -826,7 +824,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;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user