From: Arnaud Le Blanc Date: Mon, 8 Sep 2008 09:12:02 +0000 (+0000) Subject: comment out debug printf X-Git-Tag: BEFORE_HEAD_NS_CHANGE~463 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6abcf2c5c0ec6d0345ce4fe2e4e8b98dadc3bb0;p=php comment out debug printf --- diff --git a/main/rfc1867.c b/main/rfc1867.c index d38f0574c1..27bdf928a5 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -446,7 +446,9 @@ static int fill_buffer(multipart_buffer *self TSRMLS_DC) bytes_to_read -= actual_read; } else { if (!done) { +#ifdef DEBUG_FILE_UPLOAD_INTENSIVE fprintf(stderr, "\n###################\n%s\n#################\n", self->buffer); +#endif done = 1; } break;