fix: Remove duplicate fields from logs

This commit is contained in:
nexy7574 2026-02-21 03:37:59 +00:00 committed by timedout
parent 470c9b52dd
commit fcd49b7ab3
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F

View file

@ -152,8 +152,6 @@ async fn process_inbound_transaction(
.stream();
info!(
id = ?txn_key.1,
origin = ?txn_key.0,
pdus = body.pdus.len(),
edus = body.edus.len(),
"Processing transaction",
@ -176,8 +174,6 @@ async fn process_inbound_transaction(
}
info!(
id = ?txn_key.1,
origin = ?txn_key.0,
pdus = body.pdus.len(),
edus = body.edus.len(),
elapsed = ?txn_start_time.elapsed(),