mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
Merge pull request #1029 from lightpanda-io/remove_telemetry_debug_output
Remove a std.debug.print
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