remove run debug messages in versionstep

This commit is contained in:
Emil Lerch 2022-05-28 17:58:20 -07:00
parent fed45c90ee
commit f4e72ba961
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -202,7 +202,7 @@ fn run(allocator: std.mem.Allocator, argv: []const []const u8, cwd: ?[]const u8,
try writer.print("{s}\"{s}\"", .{ prefix, arg });
prefix = " ";
}
std.log.info("[RUN] {s}", .{msg.items});
// std.log.debug("[RUN] {s}", .{msg.items});
}
const result = try std.ChildProcess.exec(.{