From 88e5741c53258bd17e18ff75edea80e1f60bddc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Thu, 28 Apr 2022 22:21:56 +0200 Subject: [PATCH] CLEANUP: quic: Remaining fprintf() debug trace Development remaining trace. --- src/xprt_quic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xprt_quic.c b/src/xprt_quic.c index 1b494a3ea..4c316a37f 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c @@ -1721,7 +1721,6 @@ static inline void qc_requeue_nacked_pkt_tx_frms(struct quic_conn *qc, /* Mark this STREAM frame as lost. A look up their stream descriptor * will be performed to check the stream is not consumed or released. */ - fprintf(stderr, "LOST STREAM FRAME\n"); frm->flags = QUIC_FL_TX_FRAME_LOST; } LIST_APPEND(&tmp, &frm->list);