aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-12-23 23:32:43 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-12-23 23:32:43 +0100
commit9aa259a139100c8d5b46b0ca9cc84bdf71e0e96b (patch)
tree440089243f3e6d036562681d7f8559ca8739aeec /lib/http.c
parent00c817068ed9e73974b3fedf6b9d7cb085db69f4 (diff)
http: remove "Curl_http_done: called premature" message
... it only confuses people.
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/http.c b/lib/http.c
index 4c1c07fe7..dfa26a80e 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -1425,8 +1425,6 @@ CURLcode Curl_http_done(struct connectdata *conn,
struct Curl_easy *data = conn->data;
struct HTTP *http = data->req.protop;
- infof(data, "Curl_http_done: called premature == %d\n", premature);
-
Curl_unencode_cleanup(conn);
#ifdef USE_SPNEGO