]> granicus.if.org Git - curl/commitdiff
http_chunks: remove debug output
authorDaniel Stenberg <daniel@haxx.se>
Sun, 17 Oct 2010 16:50:38 +0000 (18:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 17 Oct 2010 16:50:38 +0000 (18:50 +0200)
Accidentally left in there during my previous debugging of this

lib/http_chunks.c

index 0d41979af4040634295f8caaf46e180ba23cdab5..56d8248ffb9949914bff481f64f77d99b8b3410e 100644 (file)
@@ -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++;