]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debug
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 1 Sep 2016 21:44:10 +0000 (16:44 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 1 Sep 2016 21:44:10 +0000 (16:44 -0500)
src/switch_core_media.c

index f5f6f427b1d9c9cea970284838b795a6cf501d04..b7e5f6f09eac6df9ec7494b97f1434788eaa7297 100644 (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];