Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21e7311e authored by Winson Chung's avatar Winson Chung
Browse files

Removing logging code from last CL.

parent 8a496ac9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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());
    }