Skip to content

Commit 7136851

Browse files
committed
Remove a std.debug.print
Probably added in the Zig 0.15 migration. Sorry.
1 parent 1e738dc commit 7136851

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/telemetry/lightpanda.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ pub const LightPanda = struct {
107107
}
108108

109109
try self.connection.setBody(aw.written());
110-
std.debug.print("{s}\n", .{aw.written()});
111110
const status = try self.connection.request();
112111

113112
if (status != 200) {

0 commit comments

Comments
 (0)