From b545688222f128cfb83cc997cf7058c71f5c59ea Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 5 Sep 2010 13:31:18 -0700 Subject: [PATCH] Removed debug lines. --- guacamole/proxy/proxy.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/guacamole/proxy/proxy.c b/guacamole/proxy/proxy.c index f68c9be81..ba98b53d9 100644 --- a/guacamole/proxy/proxy.c +++ b/guacamole/proxy/proxy.c @@ -40,8 +40,6 @@ void proxy(int client_fd) { /*** INIT ***/ - fprintf(stderr, "INIT\n"); - write_info.client_fd = client_fd; /* Allocate rows for PNG */ @@ -66,7 +64,6 @@ void proxy(int client_fd) { for (y=0; y<20; y++) { /* Write image */ - fprintf(stderr, "ON %i\n", y); /* Set up PNG writer */ png = png_create_write_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);