From 411e159df0d09159ffff57f4b7c19be506528492 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Tue, 10 Feb 2015 21:26:14 +0000 Subject: [PATCH] Cleanup: removed yet another debug line --- httpp/encoding.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/httpp/encoding.c b/httpp/encoding.c index 2a9e536..70d2b34 100644 --- a/httpp/encoding.c +++ b/httpp/encoding.c @@ -607,8 +607,6 @@ static ssize_t __enc_chunked_read(httpp_encoding_t *self, void *buf, size_t len, /* ok, Now we move the offset forward to the body. */ self->buf_read_raw_offset = offset_LF + 1; - printf("ok, buffer without header looks like this now: offset=%zu, len=%zu\n", self->buf_read_raw_offset, self->buf_read_raw_len); - /* Do we still have some data in buffer? * If not free the buffer and set the counters * to point to the next header.