summaryrefslogtreecommitdiff
path: root/lib/http_chunks.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-10-17 18:50:38 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-10-17 18:50:38 +0200
commit09a2d93a0f17ca9c068110a378496e3f4212abfd (patch)
tree628c976b90bc2deba0da2c382e98cf50cc6db92f /lib/http_chunks.c
parentb0ccd24a729294da5f5b58ad595593068415d6df (diff)
downloadcurl-09a2d93a0f17ca9c068110a378496e3f4212abfd.tar.gz
http_chunks: remove debug output
Accidentally left in there during my previous debugging of this
Diffstat (limited to 'lib/http_chunks.c')
-rw-r--r--lib/http_chunks.c1
1 files changed, 0 insertions, 1 deletions
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++;