main/message: remove debug message

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@420533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matthew Jordan
2014-08-08 12:31:25 +00:00
parent b0064d1b3e
commit c24551dc28

View File

@@ -908,8 +908,6 @@ int ast_msg_has_destination(const struct ast_msg *msg)
int ast_msg_queue(struct ast_msg *msg)
{
int res;
ast_log(LOG_ERROR, "@@@@@ to: %s from: %s exten: %s context: %s\n",
msg->to, msg->from, msg->exten, msg->context);
res = ast_taskprocessor_push(msg_q_tp, msg_q_cb, msg);
if (res == -1) {
ao2_ref(msg, -1);