]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove code that should not have gotten in.
authorJoshua Colp <jcolp@digium.com>
Thu, 11 Oct 2012 16:04:19 +0000 (16:04 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 11 Oct 2012 16:04:19 +0000 (16:04 +0000)
(issue ASTERISK-20554)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@374851 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_rtp_asterisk.c

index 73fef432e6ba474e22999012b5cd75f0c510637a..a16dbac942c2cd36cd1a3a08b8c797d0aa311758 100644 (file)
@@ -536,8 +536,6 @@ static void ast_rtp_ice_start(struct ast_rtp_instance *instance)
 
        ao2_iterator_destroy(&i);
 
-       ast_log(LOG_NOTICE, "ufrag = %s password = %s\n", rtp->remote_ufrag, rtp->remote_passwd);
-
        if (pj_ice_sess_create_check_list(rtp->ice, &ufrag, &passwd, ao2_container_count(rtp->remote_candidates), &candidates[0]) == PJ_SUCCESS) {
                pj_ice_sess_start_check(rtp->ice);
                pj_timer_heap_poll(timerheap, NULL);
@@ -4434,7 +4432,7 @@ static int load_module(void)
 {
        pj_lock_t *lock;
 
-//     pj_log_set_level(0);
+       pj_log_set_level(0);
 
        if (pj_init() != PJ_SUCCESS) {
                return AST_MODULE_LOAD_DECLINE;