mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Re-enable some tracing
This commit is contained in:
parent
b7e2a621fb
commit
ad1fbcdd55
1 changed files with 4 additions and 4 deletions
|
|
@ -2254,10 +2254,10 @@ pub const Interpreter = struct {
|
|||
|
||||
/// Print trace information (data/state)
|
||||
pub fn traceInfo(self: *const Interpreter, comptime fmt: []const u8, args: anytype) void {
|
||||
_ = self;
|
||||
_ = fmt;
|
||||
_ = args;
|
||||
// Tracing disabled to clean up test output
|
||||
if (self.trace_writer) |writer| {
|
||||
self.printTraceIndent();
|
||||
writer.print(" " ++ fmt ++ "\n", args) catch {};
|
||||
}
|
||||
}
|
||||
|
||||
/// Print trace warning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue