Skip to content

Commit

Permalink
chore: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
CHr15F0x committed Nov 22, 2024
1 parent 27bf4a6 commit 26e6870
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/pathfinder/src/sync/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ impl ProcessStage for CalculateHashes {

let (transactions, block_number, version, expected_commitment) = input;

tracing::error!(%block_number,"Transactions::Hashes");

let transactions = transactions
.into_par_iter()
.map(|(tx, r)| {
Expand Down Expand Up @@ -178,8 +176,6 @@ impl ProcessStage for VerifyCommitment {
block_number,
} = transactions;

tracing::error!(%block_number,"Transactions::Verify");

let txs: Vec<_> = transactions.iter().map(|(t, _)| t.clone()).collect();
// This computation can only fail in case of internal trie error which is always
// a fatal error
Expand Down

0 comments on commit 26e6870

Please sign in to comment.