Skip to content

Commit

Permalink
event_rabbitmq: remove notice message
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Sep 9, 2024
1 parent b08c728 commit d725cd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/event_rabbitmq/event_rabbitmq.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ static int rmq_raise(struct sip_msg *msg, str* ev_name, evi_reply_sock *sock,
return -1;
}

LM_NOTICE("Sent message successfully: %s\n", rmqs->msg);

return 0;
}

Expand Down

0 comments on commit d725cd4

Please sign in to comment.