diff --git a/cli/app.rs b/cli/app.rs index 1c2e88dbd..efc2f312f 100644 --- a/cli/app.rs +++ b/cli/app.rs @@ -76,8 +76,6 @@ pub struct Opts { pub tracing_output: Option, #[clap(long, help = "Start MCP server instead of interactive shell")] pub mcp: bool, - #[clap(long, help = "Enable experimental logical log feature")] - pub experimental_logical_log: bool, #[clap(long, help = "Enable experimental encryption feature")] pub experimental_encryption: bool, }