Skip to content

Commit

Permalink
remove totally unrelated demo code. ugh.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Jun 21, 2024
1 parent fed83c3 commit ab181a2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions accounts-db/src/ancient_append_vecs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3748,20 +3748,6 @@ pub mod tests {
));
}

#[test]
fn testabc() {
solana_logger::setup();
let abc = 1;
let f = format!("{}", 123);
let (_, us) = measure_us!({
log::error!("her");
});
log::error!(
"abc, {abc}, {:?}, {f}, {us}",
("jeff", 1, vec![2, 3, 4u64], AncientSlotInfos::default())
);
}

#[test]
fn test_addref_accounts_failed_to_shrink_ancient() {
let db = AccountsDb::new_single_for_tests();
Expand Down

0 comments on commit ab181a2

Please sign in to comment.