get rid of logs left in test (#20116)

This commit is contained in:
Jeff Washington (jwash) 2021-09-22 12:39:48 -05:00 committed by GitHub
parent bbd7bc2985
commit 681e8728a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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 {