diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:04 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:04 +0000 |
commit | 3d22d69ca96db5090ca503226eeb8d7d629c674a (patch) | |
tree | 1e144b835dd7e5478638dc92bf8ca6b10e2565e8 /methods | |
parent | c1a2237722820dcd5e387dda5a88085cf62e68b9 (diff) |
Debug code
Author: jgg
Date: 1998-12-07 07:32:03 GMT
Debug code
Diffstat (limited to 'methods')
-rw-r--r-- | methods/http.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/methods/http.cc b/methods/http.cc index bfd0fe8ed..c5a227dd7 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: http.cc,v 1.10 1998/12/07 07:26:27 jgg Exp $ +// $Id: http.cc,v 1.11 1998/12/07 07:32:03 jgg Exp $ /* ###################################################################### HTTP Aquire Method - This is the HTTP aquire method for APT. @@ -644,7 +644,6 @@ void HttpMethod::SendReq(FetchItem *Itm,CircleBuf &Out) Req += "User-Agent: Debian APT-HTTP/1.2\r\n\r\n"; // cerr << Req << endl; - cerr << Req << endl; Out.Read(Req); } /*}}}*/ |