]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
debug cleanup
authorKen Rice <krice@freeswitch.org>
Tue, 2 Apr 2013 14:42:23 +0000 (09:42 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 3 Apr 2013 22:22:16 +0000 (17:22 -0500)
src/switch_ivr_bridge.c

index 5e66b4824ac7a77a9b17afcb0c8de7db01f6fc99..09a2140ec2a4b39acfea2fd1a11d1099d5d8131c 100644 (file)
@@ -140,9 +140,6 @@ static void send_display(switch_core_session_t *session, switch_core_session_t *
                name = p + 1;
        }
 
-
-       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "SEND %s [%s][%s]\n", switch_core_session_get_name(peer_session), name, number);
-       
        msg = switch_core_session_alloc(peer_session, sizeof(*msg));
        MESSAGE_STAMP_FFL(msg);
        msg->message_id = SWITCH_MESSAGE_INDICATE_DISPLAY;