Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
remove inaccurate log (#27255)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington authored Aug 20, 2022
1 parent 58ebae5 commit 8f98333
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions runtime/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3730,10 +3730,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
Expand Down

0 comments on commit 8f98333

Please sign in to comment.