Fix logging (#6417)

This commit is contained in:
carllin 2019-10-18 02:06:41 -07:00 committed by GitHub
parent 6c33c3a5ba
commit 27c0d30a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -223,17 +223,6 @@ impl ReplayStage {
);
}
let next_slot = bank.slot() + 1;
if let Some(new_leader) =
leader_schedule_cache.slot_leader_at(next_slot, Some(&bank))
{
datapoint_debug!(
"replay_stage-new_leader",
("slot", next_slot, i64),
("leader", new_leader.to_string(), String),
);
}
Self::handle_votable_bank(
&bank,
&bank_forks,