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

Commit d855ffd5 authored by John Reck's avatar John Reck
Browse files

Remove debug log

Change-Id: Ia76103b2a0225df2637af917c5ac352497ca0cf6
parent 2d8c13bd
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);
                }
            }