From 21e7311ea12ce842f4e3c79c497cafbdb4580a71 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 13 May 2015 12:11:52 -0700 Subject: [PATCH] Removing logging code from last CL. --- src/com/android/launcher3/AppsContainerView.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/com/android/launcher3/AppsContainerView.java b/src/com/android/launcher3/AppsContainerView.java index 21dd7cbc4f..692c23fe71 100644 --- a/src/com/android/launcher3/AppsContainerView.java +++ b/src/com/android/launcher3/AppsContainerView.java @@ -623,10 +623,6 @@ public class AppsContainerView extends BaseContainerView implements DragSource, } } - // XXX: Optimize this, stop once we are out of bounds - if (mRecyclerViewScrollY < 0) { - new Throwable().printStackTrace(); - } mPredictionBarView.setTranslationY(-mRecyclerViewScrollY + mAppsRecyclerView.getPaddingTop()); }