From 1e8a7c610515408cfd79acdbcf0cfc03c4bde29e Mon Sep 17 00:00:00 2001 From: C-o-r-E Date: Fri, 8 Mar 2013 13:44:49 -0500 Subject: [PATCH] channels/rdpsnd: removed debug prints --- channels/rdpsnd/client/rdpsnd_main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/channels/rdpsnd/client/rdpsnd_main.c b/channels/rdpsnd/client/rdpsnd_main.c index d9a8e1491..2daac35e8 100644 --- a/channels/rdpsnd/client/rdpsnd_main.c +++ b/channels/rdpsnd/client/rdpsnd_main.c @@ -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);