diff --git a/test-node/runtime/src/lib.rs b/test-node/runtime/src/lib.rs index 493fa709e0..996023004a 100644 --- a/test-node/runtime/src/lib.rs +++ b/test-node/runtime/src/lib.rs @@ -238,7 +238,6 @@ impl frame_system::Trait for Runtime { type AccountData = pallet_balances::AccountData; /// Weight information for the extrinsics of this pallet. type SystemWeightInfo = (); - // type SystemWeightInfo = weights::frame_system::WeightInfo; /// Provides information about the pallet setup in the runtime. type PalletInfo = PalletInfo; } diff --git a/test-node/src/command.rs b/test-node/src/command.rs index 14aef05638..3e6929cca4 100644 --- a/test-node/src/command.rs +++ b/test-node/src/command.rs @@ -28,7 +28,6 @@ use sc_cli::{ RuntimeVersion, SubstrateCli, }; -// use sc_service::PartialComponents; impl SubstrateCli for Cli { fn impl_name() -> String {