1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00

comment out debug printf

This commit is contained in:
Arnaud Le Blanc
2008-09-08 09:12:02 +00:00
parent bc3e19ec30
commit e6abcf2c5c

View File

@@ -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;