]> git.saurik.com Git - apt.git/commitdiff
Debug code
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:52:04 +0000 (16:52 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:52:04 +0000 (16:52 +0000)
Author: jgg
Date: 1998-12-07 07:32:03 GMT
Debug code

methods/http.cc

index bfd0fe8edabef538f25c0ffcd9509b764ddbbaeb..c5a227dd70f60022aac86a92c0d52dc4675d9e24 100644 (file)
@@ -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);
 }
                                                                        /*}}}*/