diff --git a/cumulus/polkadot-parachain/src/command.rs b/cumulus/polkadot-parachain/src/command.rs
index 340bf77e2652b2f9f4a3642f0729c4153c5e66e5..514968f7fbb7b6d5da5d423b98fb977085ff9bdd 100644
--- a/cumulus/polkadot-parachain/src/command.rs
+++ b/cumulus/polkadot-parachain/src/command.rs
@@ -760,10 +760,7 @@ pub fn run() -> Result<()> {
 
 					Coretime(coretime_runtime_type) => match coretime_runtime_type {
 						chain_spec::coretime::CoretimeRuntimeType::Kusama |
-						chain_spec::coretime::CoretimeRuntimeType::KusamaLocal =>
-							crate::service::start_generic_aura_node(config, polkadot_config, collator_options, id, hwbench)
-							.await
-							.map(|r| r.0),
+						chain_spec::coretime::CoretimeRuntimeType::KusamaLocal |
 						chain_spec::coretime::CoretimeRuntimeType::Polkadot |
 						chain_spec::coretime::CoretimeRuntimeType::PolkadotLocal |
 						chain_spec::coretime::CoretimeRuntimeType::Rococo |