res_rtp_asterisk: Remove a log message that slipped in.

This was only supposed to be for testing, so now it can be
removed.

Change-Id: I3dfc2e776e70b3196aeed5688372ea80c0214b59
This commit is contained in:
Joshua Colp 2019-10-17 07:50:28 -03:00
parent 1659d56a7f
commit ef2eb064b2
1 changed files with 0 additions and 1 deletions

View File

@ -6855,7 +6855,6 @@ static void rtp_instance_parse_transport_wide_cc(struct ast_rtp_instance *instan
if (transport_rtp->transport_wide_cc.schedid < 0 && transport_rtp->rtcp) {
ast_debug(1, "Starting RTCP transport-cc feedback transmission on RTP instance '%p'\n", transport);
ao2_ref(transport, +1);
ast_log(LOG_NOTICE, "Starting feedback\n");
transport_rtp->transport_wide_cc.schedid = ast_sched_add(rtp->sched, 1000,
rtp_transport_wide_cc_feedback_produce, transport);
if (transport_rtp->transport_wide_cc.schedid < 0) {