mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
Remove a std.debug.print
Probably added in the Zig 0.15 migration. Sorry.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user