diff --git a/src/Config.zig b/src/Config.zig index 7e52c58c..286171d3 100644 --- a/src/Config.zig +++ b/src/Config.zig @@ -365,12 +365,6 @@ pub fn storageSqlitePath(self: *const Config) ?[:0]const u8 { else => unreachable, }; } - -//pub const Mcp = struct { -// common: Common = .{}, -// cdp_port: ?u16 = null, -//}; - pub const DumpFormat = enum { html, markdown,