From: Daniel Stenberg Date: Wed, 6 Aug 2008 09:54:34 +0000 (+0000) Subject: remove debug code I accidentally left in here X-Git-Tag: cares-1_5_3~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0685b357607772084b05eab988fea0b6d319fc9;p=curl remove debug code I accidentally left in here --- diff --git a/lib/http.c b/lib/http.c index a2a5cd1f5..fdaf6f82f 100644 --- a/lib/http.c +++ b/lib/http.c @@ -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: