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

Commit 84d5e219 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Remove debug log"

parents 5c44fee5 d855ffd5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7896,8 +7896,8 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
                if (viewRect.width() < getWidth() >> 1
                        || viewRect.height() < getHeight() >> 1) {
                    mTouchHighlightRegion.union(viewRect);
                } else {
                    Log.w(LOGTAG, "Skip the huge selection rect:"
                } else if (DebugFlags.WEB_VIEW) {
                    Log.d(LOGTAG, "Skip the huge selection rect:"
                            + viewRect);
                }
            }