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
commit 15a62b871d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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