Remove chatty 'setting snapshot root:' info log

This commit is contained in:
Michael Vines
2020-03-27 08:57:47 -07:00
parent 706306645b
commit ea17c6883f

View File

@ -185,7 +185,6 @@ impl BankForks {
// of banks since the last snapshot
if self.snapshot_config.is_some() && snapshot_package_sender.is_some() {
let config = self.snapshot_config.as_ref().unwrap();
info!("setting snapshot root: {}", root);
if root - self.last_snapshot_slot >= config.snapshot_interval_slots as Slot {
let mut snapshot_time = Measure::start("total-snapshot-ms");
let r = self.generate_snapshot(