Commit 767c8980 authored by Laís Minchillo's avatar Laís Minchillo Committed by Commit Bot

[aw] Remove temporary log

R=mmenke

Fixed: 1122903
Change-Id: I9e9c7f006c1a1b22913f368ac513692116a0f77a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461271
Auto-Submit: Laís Minchillo <laisminchillo@chromium.org>
Commit-Queue: Matt Menke <mmenke@chromium.org>
Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815136}
parent c04357d4
......@@ -233,9 +233,6 @@ public class ProxyChangeListener {
return ProxyConfig.DIRECT;
}
// Temporary logging to debug crbug.com/1122903
Log.i(TAG, "ProxyInfo: " + proxyInfo.toString());
if (Build.VERSION.SDK_INT == Build.VERSION_CODES.Q
&& proxyInfo.getHost().equals("localhost") && proxyInfo.getPort() == -1) {
// There's a bug in Android Q's PAC support. If ConnectivityManager
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment