remove unused comment

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky 2024-10-04 13:35:31 +03:00
parent 9da5baf884
commit d5ffe99c55
Signed by: st1nky
GPG Key ID: 016064BD97603B40

View File

@ -28,7 +28,6 @@ use frame_support::{
#[cfg(feature = "runtime-benchmarks")] #[cfg(feature = "runtime-benchmarks")]
use runtime_common::benchmarking::BenchmarkTreasuryHelper; use runtime_common::benchmarking::BenchmarkTreasuryHelper;
// #[cfg(not(feature = "runtime-benchmarks"))]
use frame_support::traits::tokens::pay::PayFromAccount; use frame_support::traits::tokens::pay::PayFromAccount;
use pallet_transaction_payment::FungibleAdapter; use pallet_transaction_payment::FungibleAdapter;