diff --git a/daemon/codec.c b/daemon/codec.c index d9d927e3c..8b6eac663 100644 --- a/daemon/codec.c +++ b/daemon/codec.c @@ -3984,7 +3984,6 @@ out: static void __dtx_shutdown(struct dtx_buffer *dtxb) { if (dtxb->csh) { __auto_type ch = dtxb->csh; - ilog(LOG_ERR, "XXXXXXXXXXXXX %s:%d %lu %lu %lu", __FILE__, __LINE__, ch->encoder->next_pts, ch->csch.first_ts, ch->csch.first_send_ts); ch->csch.first_send = (struct timeval) {0}; ch->csch.first_ts = 0; ch->csch.first_ts = 0;