Skip to content

Commit

Permalink
fix: remove debug logs (#12709)
Browse files Browse the repository at this point in the history
  • Loading branch information
wacban authored Jan 9, 2025
1 parent f9e403b commit 0e29e01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion chain/chain/src/stateless_validation/chunk_validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ pub fn validate_prepared_transactions(
) -> Result<PreparedTransactions, Error> {
let parent_block = chain.chain_store().get_block(chunk_header.prev_block_hash())?;
let last_chunk_transactions_size = borsh::to_vec(last_chunk_transactions)?.len();
tracing::info!("boom prepare_transactions from validator");
runtime_adapter.prepare_transactions(
storage_config,
crate::types::PrepareTransactionsChunkContext {
Expand Down
1 change: 0 additions & 1 deletion chain/client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,6 @@ impl Client {
} else {
0
};
tracing::info!("boom prepare_transactions from client");
runtime.prepare_transactions(
storage_config,
PrepareTransactionsChunkContext {
Expand Down

0 comments on commit 0e29e01

Please sign in to comment.