diff --git a/src/Command.zig b/src/Command.zig index c8cf00758..60a898309 100644 --- a/src/Command.zig +++ b/src/Command.zig @@ -32,8 +32,6 @@ const EnvMap = std.process.EnvMap; const PreExecFn = fn (*Command) void; -const log = std.log.scoped(.command); - /// Path to the command to run. This must be an absolute path. This /// library does not do PATH lookup. path: []const u8,