debug cleanup

This commit is contained in:
Ken Rice 2013-04-02 09:42:23 -05:00
parent b72d2c32d7
commit 4432a0a0fc
1 changed files with 0 additions and 3 deletions

View File

@ -129,9 +129,6 @@ static void send_display(switch_core_session_t *session, switch_core_session_t *
name = p + 1; 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)); msg = switch_core_session_alloc(peer_session, sizeof(*msg));
MESSAGE_STAMP_FFL(msg); MESSAGE_STAMP_FFL(msg);
msg->message_id = SWITCH_MESSAGE_INDICATE_DISPLAY; msg->message_id = SWITCH_MESSAGE_INDICATE_DISPLAY;