From: Daniel Stenberg Date: Sun, 17 Oct 2010 16:50:38 +0000 (+0200) Subject: http_chunks: remove debug output X-Git-Tag: curl-7_21_3~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09a2d93a0f17ca9c068110a378496e3f4212abfd;p=curl http_chunks: remove debug output Accidentally left in there during my previous debugging of this --- diff --git a/lib/http_chunks.c b/lib/http_chunks.c index 0d41979af..56d8248ff 100644 --- a/lib/http_chunks.c +++ b/lib/http_chunks.c @@ -342,7 +342,6 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn, return CHUNKE_OUT_OF_MEMORY; conn->trailer = ptr; } - fprintf(stderr, "MOO: %c\n", *datap); conn->trailer[conn->trlPos++]=*datap; } datap++;