Skip to content

Commit

Permalink
remove inaccurate log
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Aug 19, 2022
1 parent d8380e4 commit 9ffa4c9
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 @@ -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
Expand Down

0 comments on commit 9ffa4c9

Please sign in to comment.