diff --git a/runtime/src/accounts_db.rs b/runtime/src/accounts_db.rs index c84f45501faacf..e2b49ccfaf7a67 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -3711,10 +3711,6 @@ impl AccountsDb { } if is_ancient(accounts) { - if current_ancient.is_some() { - info!("ancient_append_vec: shrinking full ancient: {}", slot); - } - // this slot is ancient and can become the 'current' ancient for other slots to be squashed into *current_ancient = Some((slot, Arc::clone(storage))); return false; // we're done with this slot - this slot IS the ancient append vec