diff --git a/runtime/casper/src/lib.rs b/runtime/casper/src/lib.rs index b0439a6..55a9a7b 100755 --- a/runtime/casper/src/lib.rs +++ b/runtime/casper/src/lib.rs @@ -28,7 +28,6 @@ use frame_support::{ #[cfg(feature = "runtime-benchmarks")] use runtime_common::benchmarking::BenchmarkTreasuryHelper; -// #[cfg(not(feature = "runtime-benchmarks"))] use frame_support::traits::tokens::pay::PayFromAccount; use pallet_transaction_payment::FungibleAdapter;