mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Removed debug lines.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user