diff options
Diffstat (limited to 'net/proxy/proxy_service.cc')
-rw-r--r-- | net/proxy/proxy_service.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc index 975b7df..46509c2 100644 --- a/net/proxy/proxy_service.cc +++ b/net/proxy/proxy_service.cc @@ -608,8 +608,6 @@ void ProxyService::SetConfig(const ProxyConfig& config) { // Increment the ID to reflect that the config has changed. config_.set_id(next_config_id_++); - LOG(INFO) << "New proxy configuration was loaded:\n" << config_; - // Reset state associated with latest config. config_is_bad_ = false; proxy_retry_info_.clear(); |