log: drop duplicate MNCC log

Change-Id: I46055a4f7a6ae517772c6794faad8c775454974a
This commit is contained in:
Neels Hofmeyr 2019-10-07 23:02:16 +02:00
parent c192c0bf71
commit 467bb87f44
1 changed files with 0 additions and 2 deletions

View File

@ -1756,8 +1756,6 @@ static int tch_rtp_connect(struct gsm_network *net, const struct gsm_mncc_rtp *r
return -EINVAL;
}
LOG_TRANS_CAT(trans, DMNCC, LOGL_DEBUG, "rx %s\n", get_mncc_name(MNCC_RTP_CONNECT));
osmo_sockaddr_str_from_32n(&rtp_addr, rtp->ip, rtp->port);
rtp_stream_set_remote_addr(rtps, &rtp_addr);
rtp_stream_commit(rtps);