From 899cb30f56818e7d80abcae89a6dac6d26e9675f Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Sat, 18 May 2024 02:29:22 +0300 Subject: [PATCH] tracing: remove duplicate field (#11337) receipt_id already stores that very same info. --- runtime/runtime/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/runtime/src/lib.rs b/runtime/runtime/src/lib.rs index 836c02f516a..f01afda0a9b 100644 --- a/runtime/runtime/src/lib.rs +++ b/runtime/runtime/src/lib.rs @@ -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, )