commit | 88e5741c53258bd17e18ff75edea80e1f60bddc8 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Apr 28 22:21:56 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 29 16:46:56 2022 +0200 |
tree | 24e31de6b865a55419fa11e8497881639d53ba64 | |
parent | 1231d3c179182b60fcf19ebe70f917b77c6d40b9 [diff] |
CLEANUP: quic: Remaining fprintf() debug trace Development remaining trace.
diff --git a/src/xprt_quic.c b/src/xprt_quic.c index 1b494a3..4c316a3 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c
@@ -1721,7 +1721,6 @@ /* 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);