Browse Source

MT#55283 remove debugging remnant

Change-Id: I58c1af53926dc6d7dcae8609a0b45508757e01cf
pull/1938/head
Richard Fuchs 8 months ago
parent
commit
7580e6a572
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      daemon/codec.c

+ 0
- 1
daemon/codec.c View File

@ -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;


Loading…
Cancel
Save