diff --git a/crates/examples/examples/small_network_with_default.rs b/crates/examples/examples/small_network_with_default.rs index caf3191c1..0098be6a8 100644 --- a/crates/examples/examples/small_network_with_default.rs +++ b/crates/examples/examples/small_network_with_default.rs @@ -17,7 +17,6 @@ async fn main() -> Result<(), Box> { .with_parachain(|p| { p.with_id(100).cumulus_based(true).with_collator(|n| { n.with_name("collator").with_command("polkadot-parachain") - //.with_command("adder-collator") }) }) .build()