Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Aug 27, 2024
1 parent 0075489 commit d316adb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion accounts-db/src/ancient_append_vecs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ impl AccountsDb {
.map(|a| a.0.alive_bytes)
.sum::<u64>();

log::error!("alive bytes: {}", alive_bytes);
// reverse sort by slot #
accounts_per_storage.sort_unstable_by(|a, b| b.0.slot.cmp(&a.0.slot));
let mut accounts_keep_slots = HashMap::default();
Expand Down

0 comments on commit d316adb

Please sign in to comment.