channels/rdpsnd: removed debug prints
This commit is contained in:
parent
7453fdaecc
commit
1e8a7c6105
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user