Skip to content

Commit d60994d

Browse files
committed
quic: Webtransport remove debug code
1 parent cc45472 commit d60994d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/quic/http3.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,6 @@ class Http3ApplicationImpl final : public Session::Application {
12701270
void *stream_user_data) {
12711271
NGHTTP3_CALLBACK_SCOPE(app);
12721272
auto& session = app.session();
1273-
printf("on_receive_wt_data %d: %d %d %d\n", stream_id, data[0], data[1], data[2]);
12741273
if (auto stream = FindOrCreateStream(conn, &session, stream_id)) [[likely]] {
12751274
stream->ReceiveData(data, datalen, Stream::ReceiveDataFlags{});
12761275
return NGTCP2_SUCCESS;

0 commit comments

Comments
 (0)