diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-06 09:54:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-06 09:54:34 +0000 |
commit | b0685b357607772084b05eab988fea0b6d319fc9 (patch) | |
tree | b86cae0abfd76ea87db0ab7d48c3eeb72225fc2b | |
parent | 138c57c76a0c4ed214b9e9d0e0017b6787f1fde4 (diff) |
remove debug code I accidentally left in here
-rw-r--r-- | lib/http.c | 2 |
1 files changed, 0 insertions, 2 deletions
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: |