diff --git a/main/message.c b/main/message.c
index 3a597b8f7fb2588255a367d03d60002514c2f9ec..836c4e70bb23f0c97baf6b20c34c48a474a00906 100644
--- a/main/message.c
+++ b/main/message.c
@@ -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);