]> granicus.if.org Git - curl/commitdiff
remove debug code I accidentally left in here
authorDaniel Stenberg <daniel@haxx.se>
Wed, 6 Aug 2008 09:54:34 +0000 (09:54 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Aug 2008 09:54:34 +0000 (09:54 +0000)
lib/http.c

index a2a5cd1f5f05823c9346692f737727682182e8b0..fdaf6f82f5910b170224993028d544d6597f1b0d 100644 (file)
@@ -344,8 +344,6 @@ CURLcode Curl_http_perhapsrewind(struct connectdata *conn)
        when HTTP isn't activated */
     return CURLE_OK;
 
-  infof(data, "now in %s\n", __func__);
-
   switch(data->set.httpreq) {
   case HTTPREQ_GET:
   case HTTPREQ_HEAD: