remove debug

This commit is contained in:
Anthony Minessale 2016-09-01 16:44:10 -05:00
parent 1f1e372826
commit 9e931ab941
1 changed files with 0 additions and 1 deletions

View File

@ -4743,7 +4743,6 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
if (!(rm_encoding = map->rm_encoding)) {
rm_encoding = "";
}
printf("WTF TOT %d\n", total_codecs);
for (i = 0; i < total_codecs; i++) {
const switch_codec_implementation_t *imp = codec_array[i];