From 681e8728a1414f8628715cf9ebe4849d840ebcd3 Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" <75863576+jeffwashington@users.noreply.github.com> Date: Wed, 22 Sep 2021 12:39:48 -0500 Subject: [PATCH] get rid of logs left in test (#20116) --- runtime/src/accounts.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/runtime/src/accounts.rs b/runtime/src/accounts.rs index 6ff4c92696..97323bf0f6 100644 --- a/runtime/src/accounts.rs +++ b/runtime/src/accounts.rs @@ -1276,7 +1276,6 @@ mod tests { assert_eq!(0, idx.bin_calculator.bin_from_pubkey(&range2.start)); assert_eq!(0, idx.bin_calculator.bin_from_pubkey(&range2.end)); accts.hold_range_in_memory(&range, true); - error!("{}{}, bins: {}", file!(), line!(), bins); idx.account_maps.iter().enumerate().for_each(|(_bin, map)| { let map = map.read().unwrap(); assert_eq!( @@ -1284,9 +1283,7 @@ mod tests { vec![Some(range.clone())] ); }); - error!("{}{}", file!(), line!()); accts.hold_range_in_memory(&range2, true); - error!("{}{}", file!(), line!()); idx.account_maps.iter().enumerate().for_each(|(bin, map)| { let map = map.read().unwrap(); let expected = if bin == 0 {