Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Revert "Let's log the dispatch info in validate block."
Browse files Browse the repository at this point in the history
This reverts commit a70fbc5.
  • Loading branch information
ordian committed Apr 26, 2023
1 parent 0196b63 commit 6a4f7b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/westend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1353,9 +1353,6 @@ sp_api::impl_runtime_apis! {
tx: <Block as BlockT>::Extrinsic,
block_hash: <Block as BlockT>::Hash,
) -> TransactionValidity {
use frame_support::dispatch::GetDispatchInfo;
log::error!("DISPATCH INFO: {:?}", tx.function.get_dispatch_info());

Executive::validate_transaction(source, tx, block_hash)
}
}
Expand Down

0 comments on commit 6a4f7b3

Please sign in to comment.