Skip to content

Commit

Permalink
removing dev cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
loocapro committed Jul 10, 2024
1 parent 9e1f742 commit 0fe7787
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/optimism/cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ pub enum Commands<Ext: clap::Args + fmt::Debug = NoArgs> {
/// P2P Debugging utilities
#[command(name = "p2p")]
P2P(p2p::Command),
/// Generate Test Vectors
#[cfg(feature = "dev")]
#[command(name = "test-vectors")]
TestVectors(reth_cli_commands::test_vectors::Command),
/// Write config to stdout
#[command(name = "config")]
Config(config_cmd::Command),
Expand Down

0 comments on commit 0fe7787

Please sign in to comment.