diff --git a/src/Config.zig b/src/Config.zig index 7b3359f5..b4276227 100644 --- a/src/Config.zig +++ b/src/Config.zig @@ -950,11 +950,6 @@ fn parseAgentArgs( continue; } - if (std.mem.eql(u8, "--no-record", opt) or std.mem.eql(u8, "--no_record", opt)) { - result.record_file = null; - continue; - } - if (try parseCommonArg(allocator, opt, args, &result.common)) { continue; }