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

remove inaccurate log #27255

Merged
merged 1 commit into from
Aug 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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