diff --git a/cumulus/polkadot-parachain/src/command.rs b/cumulus/polkadot-parachain/src/command.rs
index 4946548015144d1ba8ec43a6ee3e4085023318ca..d1c519f1db538e9ce96bf024d69fa9b7ecab0f14 100644
--- a/cumulus/polkadot-parachain/src/command.rs
+++ b/cumulus/polkadot-parachain/src/command.rs
@@ -765,10 +765,7 @@ pub fn run() -> Result<()> {
 							.await
 							.map(|r| r.0),
 						chain_spec::coretime::CoretimeRuntimeType::Polkadot |
-						chain_spec::coretime::CoretimeRuntimeType::PolkadotLocal =>
-							crate::service::start_generic_aura_node(config, polkadot_config, collator_options, id, hwbench)
-							.await
-							.map(|r| r.0),
+						chain_spec::coretime::CoretimeRuntimeType::PolkadotLocal |
 						chain_spec::coretime::CoretimeRuntimeType::Rococo |
 						chain_spec::coretime::CoretimeRuntimeType::RococoLocal |
 						chain_spec::coretime::CoretimeRuntimeType::RococoDevelopment |