don't log useless "transcoding disabled" message

The entire mgw has no transcoding support.  So printing that message is
useless to begin with.  And printing it for *every RTP packet* is even
more useless.  Let's remove it.

Change-Id: If0ee2607404afc3a00665a5cf22a9e0eb62eb476
This commit is contained in:
Harald Welte 2024-03-19 18:31:02 +01:00 committed by laforge
parent 3a971ba0d1
commit 8b5361412c
1 changed files with 0 additions and 1 deletions

View File

@ -412,7 +412,6 @@ int mgcp_rtp_processing_default(struct mgcp_endpoint *endp,
struct mgcp_rtp_end *dst_end,
char *data, int *len, int buf_size)
{
LOGPENDP(endp, DRTP, LOGL_DEBUG, "transcoding disabled\n");
return 0;
}