| author | |
| committer | |
| log | a91507c42ff955265b5ce054d075117a60f09a3f |
| tree | 1d63adb2b884074e084fe5d8086ccc1842af270b |
| parent | 13249b93d1e7aec4b31d1fae18cc249d8b8293db |
2 files changed, 0 insertions(+), 2 deletions(-)
src/chrome.zig-1| ... | ... | @@ -35,7 +35,6 @@ pub fn deinit_thread() void { |
| 35 | 35 | |
| 36 | 36 | buffered_writer.writer().writeAll("]\n") catch {}; |
| 37 | 37 | buffered_writer.flush() catch {}; |
| 38 | log.debug("{s}", .{path}); | |
| 39 | 38 | } |
| 40 | 39 | |
| 41 | 40 | pub inline fn trace_begin(ctx: tracer.Ctx, comptime ifmt: []const u8, iargs: anytype) void { |
src/spall.zig-1| ... | ... | @@ -34,7 +34,6 @@ pub fn deinit_thread() void { |
| 34 | 34 | defer file.close(); |
| 35 | 35 | |
| 36 | 36 | buffered_writer.flush() catch {}; |
| 37 | log.debug("{s}", .{path}); | |
| 38 | 37 | } |
| 39 | 38 | |
| 40 | 39 | pub inline fn trace_begin(ctx: tracer.Ctx, comptime ifmt: []const u8, iargs: anytype) void { |