Hide this log behind the debug flag.

Change-Id: I83eb8558c8037f3b703dcf46c2d3aa0fa3d18a43
This commit is contained in:
Jeff Hamilton
2010-09-03 15:10:28 -05:00
parent 2af574d815
commit 2c2d72a7fd

View File

@@ -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;