debug cleanup

This commit is contained in:
Ken Rice 2013-04-02 09:42:23 -05:00 committed by Anthony Minessale
parent d1b2ee0b4b
commit 576cb8925b
1 changed files with 0 additions and 3 deletions

View 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;