Merge "Remove debug logs" into main

This commit is contained in:
Anushree Ganjam
2024-08-08 23:19:39 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 8 deletions
@@ -20,7 +20,6 @@ import static com.android.launcher3.testing.shared.TestProtocol.SCROLL_FINISHED_
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import android.view.accessibility.AccessibilityNodeInfo;
@@ -29,7 +28,6 @@ import androidx.annotation.Nullable;
import androidx.recyclerview.widget.RecyclerView;
import com.android.launcher3.compat.AccessibilityManagerCompat;
import com.android.launcher3.testing.shared.TestProtocol;
import com.android.launcher3.views.RecyclerViewFastScroller;
@@ -189,10 +187,6 @@ public abstract class FastScrollRecyclerView extends RecyclerView {
* Scrolls this recycler view to the top.
*/
public void scrollToTop() {
if (TestProtocol.sDebugTracing) {
Log.d(TestProtocol.PRIVATE_SPACE_SCROLL_FAILURE, "FastScrollRecyclerView#scrollToTop",
new Exception());
}
if (mScrollbar != null) {
mScrollbar.reattachThumbToScroll();
}