- remove debug statement
[m6w6/ext-http] / http_filter_api.c
index 421c07fb289e7455a35dde4c64af94c38d422a7e..4f76a509897c39d315b4ce042534d45aecc1614a 100644 (file)
@@ -114,7 +114,7 @@ static HTTP_FILTER_FUNCTION(chunked_decode)
 
        /* we have data in our buffer */
        while (PHPSTR_LEN(buffer)) {
-       fprintf(stderr, ">>> loop\n");
+       
                /* we already know the size of the chunk and are waiting for data */
                if (buffer->hexlen) {