Hide this log behind the debug flag.
Change-Id: I83eb8558c8037f3b703dcf46c2d3aa0fa3d18a43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user