Removing logging code from last CL.
diff --git a/src/com/android/launcher3/AppsContainerView.java b/src/com/android/launcher3/AppsContainerView.java
index 21dd7cb..692c23f 100644
--- a/src/com/android/launcher3/AppsContainerView.java
+++ b/src/com/android/launcher3/AppsContainerView.java
@@ -623,10 +623,6 @@
             }
         }
 
-        // XXX: Optimize this, stop once we are out of bounds
-        if (mRecyclerViewScrollY < 0) {
-            new Throwable().printStackTrace();
-        }
         mPredictionBarView.setTranslationY(-mRecyclerViewScrollY + mAppsRecyclerView.getPaddingTop());
     }