http_chunks: remove debug output

Accidentally left in there during my previous debugging of this
This commit is contained in:
Daniel Stenberg 2010-10-17 18:50:38 +02:00
parent b0ccd24a72
commit 09a2d93a0f
1 changed files with 0 additions and 1 deletions

View 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++;