Remove std.debug.print

@paperdave you left this
This commit is contained in:
Jarred Sumner
2024-05-25 23:22:29 -07:00
parent 7be0669840
commit 99b979e5ca

View File

@@ -11309,10 +11309,6 @@ pub const Chunk = struct {
) catch bun.outOfMemory()).len..];
}
if (remain.len > 0) {
std.debug.print("Remaining Left: {} - \"{s}\"\n", .{ remain.len, total_buf[0 .. total_buf.len - remain.len] });
}
bun.assert(remain.len == 0);
bun.assert(total_buf.len == count + debug_id_len);