Merge pull request #55 from alexnask/master

Removed last remaining log. RIP
This commit is contained in:
Auguste Rame
2020-05-18 12:35:24 -04:00
committed by GitHub

View File

@@ -656,7 +656,7 @@ pub fn main() anyerror!void {
json_parser.reset();
if (debug_alloc) |dbg| {
try log("{}", .{dbg.info});
std.debug.warn("{}", .{dbg.info});
}
}
}