Removed debug lines.

This commit is contained in:
Michael Jumper
2010-09-05 13:31:18 -07:00
parent a9af7057e7
commit b545688222

View File

@@ -40,8 +40,6 @@ void proxy(int client_fd) {
/*** INIT ***/ /*** INIT ***/
fprintf(stderr, "INIT\n");
write_info.client_fd = client_fd; write_info.client_fd = client_fd;
/* Allocate rows for PNG */ /* Allocate rows for PNG */
@@ -66,7 +64,6 @@ void proxy(int client_fd) {
for (y=0; y<20; y++) { for (y=0; y<20; y++) {
/* Write image */ /* Write image */
fprintf(stderr, "ON %i\n", y);
/* Set up PNG writer */ /* Set up PNG writer */
png = png_create_write_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); png = png_create_write_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);