diff options
author | Julian Andres Klode <jak@debian.org> | 2017-10-22 20:26:55 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-10-22 20:27:23 +0200 |
commit | 9130b5f9304b7f58273a826ff9acf04e10c6f98e (patch) | |
tree | 8308bf3b3c91074867d62c482b3f08d7ac10ce3d | |
parent | 8616c21628c8bff9174a912ca5814e469d49e7cb (diff) |
methods/basehttp.cc: Remove proxy autodetect debugging code
This was a left over from the autodetect move.
Gbp-Dch: ignore
-rw-r--r-- | methods/basehttp.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/methods/basehttp.cc b/methods/basehttp.cc index 59399c8bc..b4c9cc5ed 100644 --- a/methods/basehttp.cc +++ b/methods/basehttp.cc @@ -576,8 +576,6 @@ int BaseHttpMethod::Loop() if (!Queue->Proxy().empty()) { URI uri = Queue->Uri; - std::cerr << "Setting " - << "Acquire::" + uri.Access + "::proxy::" + uri.Host << " to " << Queue->Proxy() << std::endl; _config->Set("Acquire::" + uri.Access + "::proxy::" + uri.Host, Queue->Proxy()); } Server = CreateServerState(Queue->Uri); |