Skip to content

Commit 330e701

Browse files
committed
remove debug logging in ReadableStream
1 parent e830f54 commit 330e701

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/browser/streams/ReadableStream.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ pub fn constructor(underlying: ?UnderlyingSource, strategy: ?QueueingStrategy, p
7373
}
7474
}
7575

76-
log.info(.browser, "rs aux", .{ .queue_len = stream.queue.items.len });
77-
7876
return stream;
7977
}
8078

0 commit comments

Comments
 (0)