Remove a std.debug.print

Probably added in the Zig 0.15 migration. Sorry.
This commit is contained in:
Karl Seguin
2025-09-09 19:19:36 +08:00
parent 1e738dcf79
commit 7136851893

View File

@@ -107,7 +107,6 @@ pub const LightPanda = struct {
}
try self.connection.setBody(aw.written());
std.debug.print("{s}\n", .{aw.written()});
const status = try self.connection.request();
if (status != 200) {