From f820ef8b04e84a0723b69e87c382b5b795848b6d Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Fri, 19 Aug 2022 10:43:43 -0500 Subject: [PATCH] remove inaccurate log --- runtime/src/accounts_db.rs | 4 ---- 1 file changed, 4 deletions(-) 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