]> 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)
committerKen Rice <krice@freeswitch.org>
Tue, 2 Apr 2013 14:42:23 +0000 (09:42 -0500)
src/switch_ivr_bridge.c

index a5280c20763a38e36625c65cf9f214e08459f162..31d4869f06e0737eae6778928ee530da170c2b46 100644 (file)
@@ -129,9 +129,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;