Skip to content

Commit 17e16b4

Browse files
committed
MT#55283 remove debugging remnant
Change-Id: I58c1af53926dc6d7dcae8609a0b45508757e01cf (cherry picked from commit 7580e6a)
1 parent c3a1291 commit 17e16b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

daemon/codec.c

-1
Original file line numberDiff line numberDiff line change
@@ -3984,7 +3984,6 @@ static void __dtx_send_later(struct codec_timer *ct) {
39843984
static void __dtx_shutdown(struct dtx_buffer *dtxb) {
39853985
if (dtxb->csh) {
39863986
__auto_type ch = dtxb->csh;
3987-
ilog(LOG_ERR, "XXXXXXXXXXXXX %s:%d %lu %lu %lu", __FILE__, __LINE__, ch->encoder->next_pts, ch->csch.first_ts, ch->csch.first_send_ts);
39883987
ch->csch.first_send = (struct timeval) {0};
39893988
ch->csch.first_ts = 0;
39903989
ch->csch.first_ts = 0;

0 commit comments

Comments
 (0)