Remove some printouts

tight-png
Andri Yngvason 2019-08-29 22:08:30 +00:00 committed by Andri Yngvason
parent d222caffc2
commit 8cb192c0ad
1 changed files with 0 additions and 3 deletions

View File

@ -428,8 +428,6 @@ static int on_client_set_pixel_format(struct vnc_client *client)
client->fourcc = rfb_pixfmt_to_fourcc(fmt);
printf("SetPixelFormat: %s\n", fourcc_to_string(client->fourcc));
return 4 + sizeof(struct rfb_pixel_format);
}
@ -564,7 +562,6 @@ static int on_client_message(struct vnc_client *client)
static int try_read_client_message(struct vnc_client *client)
{
printf("Client state: %d\n", client->state);
switch (client->state) {
case VNC_CLIENT_STATE_ERROR:
uv_close((uv_handle_t*)&client->stream_handle, cleanup_client);