Removed last remaining log. RIP

This commit is contained in:
Alexandros Naskos 2020-05-18 19:33:58 +03:00
parent b9bd0e2476
commit 8693c4a69f

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});
}
}
}