Skip to content

Commit

Permalink
tracing: remove duplicate field (#11337)
Browse files Browse the repository at this point in the history
receipt_id already stores that very same info.
  • Loading branch information
nagisa committed May 17, 2024
1 parent 8635fa0 commit 899cb30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,6 @@ impl Runtime {
receipt_id = %receipt.receipt_id(),
predecessor = %receipt.predecessor_id(),
receiver = %receipt.receiver_id(),
id = %receipt.receipt_id(),
gas_burnt = tracing::field::Empty,
compute_usage = tracing::field::Empty,
)
Expand Down

0 comments on commit 899cb30

Please sign in to comment.