Skip to content

Commit 389dff7

Browse files
Merge pull request #1029 from lightpanda-io/remove_telemetry_debug_output
Remove a std.debug.print
2 parents 4ab7fe2 + 7136851 commit 389dff7

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)