remove debug
This commit is contained in:
parent
1f1e372826
commit
9e931ab941
|
@ -4743,7 +4743,6 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
|
||||||
if (!(rm_encoding = map->rm_encoding)) {
|
if (!(rm_encoding = map->rm_encoding)) {
|
||||||
rm_encoding = "";
|
rm_encoding = "";
|
||||||
}
|
}
|
||||||
printf("WTF TOT %d\n", total_codecs);
|
|
||||||
|
|
||||||
for (i = 0; i < total_codecs; i++) {
|
for (i = 0; i < total_codecs; i++) {
|
||||||
const switch_codec_implementation_t *imp = codec_array[i];
|
const switch_codec_implementation_t *imp = codec_array[i];
|
||||||
|
|
Loading…
Reference in New Issue