channels/rdpsnd: removed debug prints

This commit is contained in:
C-o-r-E 2013-03-08 13:44:49 -05:00
parent 7453fdaecc
commit 1e8a7c6105

View File

@ -289,9 +289,6 @@ void rdpsnd_recv_server_audio_formats_pdu(rdpsndPlugin* rdpsnd, STREAM* s)
format->data = (BYTE*) malloc(format->cbSize);
stream_read(s, format->data, format->cbSize);
}
printf("server supports the following audio formats:");
rdpsnd_print_audio_formats(rdpsnd->ServerFormats, wNumberOfFormats);
rdpsnd_select_supported_audio_formats(rdpsnd);