From 7580e6a5729fa2ace46a76185217d0bcbfcb024a Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 10 Apr 2025 08:53:58 -0400 Subject: [PATCH] MT#55283 remove debugging remnant Change-Id: I58c1af53926dc6d7dcae8609a0b45508757e01cf --- daemon/codec.c | 1 - 1 file changed, 1 deletion(-) 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;