Kaynağa Gözat

Removed extra printf
Author: jgg
Date: 1999-01-04 00:57:56 GMT
Removed extra printf

Arch Librarian 22 yıl önce
ebeveyn
işleme
39536c62e5
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      methods/http.cc

+ 2 - 2
methods/http.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // Description								/*{{{*/
-// $Id: http.cc,v 1.20 1999/01/04 00:51:23 jgg Exp $
+// $Id: http.cc,v 1.21 1999/01/04 00:57:56 jgg Exp $
 /* ######################################################################
 /* ######################################################################
 
 
    HTTP Aquire Method - This is the HTTP aquire method for APT.
    HTTP Aquire Method - This is the HTTP aquire method for APT.
@@ -664,7 +664,7 @@ void HttpMethod::SendReq(FetchItem *Itm,CircleBuf &Out)
           Base64Encode(Proxy.User + ":" + Proxy.Password) + "\r\n";
           Base64Encode(Proxy.User + ":" + Proxy.Password) + "\r\n";
 
 
    Req += "User-Agent: Debian APT-HTTP/1.2\r\n\r\n";
    Req += "User-Agent: Debian APT-HTTP/1.2\r\n\r\n";
-   cerr << Req << endl;
+//   cerr << Req << endl;
 
 
    Out.Read(Req);
    Out.Read(Req);
 }
 }