Skip to content

Commit

Permalink
trivial: remove a spammy debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse committed Jul 29, 2022
1 parent 295097e commit 8f89535
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mempool/src/shared_mempool/coordinator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ fn handle_commit_notification<V>(
V: TransactionValidation,
{
debug!(
LogSchema::event_log(LogEntry::StateSyncCommit, LogEvent::Received).state_sync_msg(&msg)
block_timestamp_usecs = msg.block_timestamp_usecs,
num_committed_txns = msg.transactions.len(),
LogSchema::event_log(LogEntry::StateSyncCommit, LogEvent::Received),
);

// Process and time committed user transactions.
Expand Down

0 comments on commit 8f89535

Please sign in to comment.