comments out print in test (#28475)

This commit is contained in:
HaoranYi 2022-10-19 10:25:11 -05:00 committed by GitHub
parent 8b115ff489
commit d81d2bba59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ fn test_no_partitions() {
for tower in towers.iter_mut() {
assert!(tower.push_vote(vote.clone(), &tree, &bmap));
}
println!("{} {}", time, calc_tip_converged(&towers, &bmap));
//println!("{} {}", time, calc_tip_converged(&towers, &bmap));
}
}
let bmap = calc_fork_map(&towers, &tree);