From 99d51dff5dbfc203414e1dc1ab08f255994edc77 Mon Sep 17 00:00:00 2001 From: megjablon Date: Sun, 7 Sep 2014 00:43:57 -0700 Subject: Removing LOG(WARNING) from DataReductionProxyUsageStats that made it in https://codereview.chromium.org/510353004/ BUG=409934 Review URL: https://codereview.chromium.org/547753003 Cr-Commit-Position: refs/heads/master@{#293661} --- .../data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'components/data_reduction_proxy') 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 bdbb9bf..b240947 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())) { -- cgit v1.1