Index: components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc |
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc |
index bdbb9bfc76ceee209018df4ea9d0db25474ced29..b24094763c503b3a30ef59cf9ebad7ba84a9127a 100644 |
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc |
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc |
@@ -165,11 +165,6 @@ void DataReductionProxyUsageStats::RecordBypassedBytesHistograms( |
const net::ProxyConfig& data_reduction_proxy_config) { |
int64 content_length = request.received_response_content_length(); |
- if (data_reduction_proxy_enabled.GetValue()) { |
- LOG(WARNING) << "managed pac: " << (!data_reduction_proxy_config.Equals( |
- request.context()->proxy_service()->config()) ? "true" : "false"); |
- } |
- |
if (data_reduction_proxy_enabled.GetValue() && |
!data_reduction_proxy_config.Equals( |
request.context()->proxy_service()->config())) { |