Removing logging code from last CL.

This commit is contained in:
Winson Chung
2015-05-13 12:11:52 -07:00
parent 8a496ac99e
commit 21e7311ea1

View File

@@ -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());
}