Skip to content

Commit ed48817

Browse files
committed
quic: Remove debug message
1 parent abb5682 commit ed48817

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/quic/streams.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ class Stream::Outbound final : public MemoryRetainer {
562562
// in the uncommitted queue. We'll resume the stream so that the
563563
// session will try to read from it again.
564564
if (last_next_pending_state) {
565-
fprintf(stderr, "next_pending ResumeStream EOS\n");
566565
session->ResumeStream(stream_->id());
567566
}
568567
return;

0 commit comments

Comments
 (0)