remove debug code I accidentally left in here

This commit is contained in:
Daniel Stenberg 2008-08-06 09:54:34 +00:00
parent 138c57c76a
commit b0685b3576
1 changed files with 0 additions and 2 deletions

View 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: