From bcb9970012b0919f67f1286d847391347e61e06d Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Mon, 30 Oct 2023 16:26:25 +0100 Subject: [PATCH] remove comment --- runtime/g1/src/lib.rs | 1 - runtime/gtest/src/lib.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/runtime/g1/src/lib.rs b/runtime/g1/src/lib.rs index 62517b4f0..11d4afe1e 100644 --- a/runtime/g1/src/lib.rs +++ b/runtime/g1/src/lib.rs @@ -132,7 +132,6 @@ pub type TechnicalCommitteeInstance = Instance2; #[cfg(feature = "runtime-benchmarks")] mod benches { define_benchmarks!( - // For completion, benchmarks only running on `gdev-benchmark`. [pallet_certification, Cert] [pallet_certification, SmithCert] [pallet_oneshot_account, OneshotAccount] diff --git a/runtime/gtest/src/lib.rs b/runtime/gtest/src/lib.rs index 083a83ec7..b04fd581e 100644 --- a/runtime/gtest/src/lib.rs +++ b/runtime/gtest/src/lib.rs @@ -137,7 +137,6 @@ pub type TechnicalCommitteeInstance = Instance2; #[cfg(feature = "runtime-benchmarks")] mod benches { define_benchmarks!( - // For completion, benchmarks only running on `gdev-benchmark`. [pallet_certification, Cert] [pallet_certification, SmithCert] [pallet_oneshot_account, OneshotAccount] -- GitLab