]> granicus.if.org Git - php/commitdiff
comment out debug printf
authorArnaud Le Blanc <lbarnaud@php.net>
Mon, 8 Sep 2008 09:12:02 +0000 (09:12 +0000)
committerArnaud Le Blanc <lbarnaud@php.net>
Mon, 8 Sep 2008 09:12:02 +0000 (09:12 +0000)
main/rfc1867.c

index d38f0574c160596aa5dc26e7fb3cddcadeb00d48..27bdf928a50b057ac2aa69b94832c9344df18a95 100644 (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;