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

Commit 2c2d72a7 authored by Jeff Hamilton's avatar Jeff Hamilton
Browse files

Hide this log behind the debug flag.

Change-Id: I83eb8558c8037f3b703dcf46c2d3aa0fa3d18a43
parent 2af574d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public final class URLUtil {
        String retVal = inUrl;
        WebAddress webAddress;

        Log.v(LOGTAG, "guessURL before queueRequest: " + inUrl);
        if (DebugFlags.URL_UTIL) Log.v(LOGTAG, "guessURL before queueRequest: " + inUrl);

        if (inUrl.length() == 0) return inUrl;
        if (inUrl.startsWith("about:")) return inUrl;