Remove duplicate bank frozen log from ReplayStage (#29821)

We emit a similar log with more information shortly after from Bank, so
this logline is extra that occurs for every slot.
This commit is contained in:
steviez 2023-01-24 20:29:14 -06:00 committed by GitHub
parent 74f89d1494
commit ac65343f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2565,7 +2565,6 @@ impl ReplayStage {
r_replay_stats.execute_timings
);
did_complete_bank = true;
info!("bank frozen: {}", bank.slot());
let _ = cluster_slots_update_sender.send(vec![bank_slot]);
if let Some(transaction_status_sender) = transaction_status_sender {
transaction_status_sender.send_transaction_status_freeze_message(bank);