Remove println from tests (#267)

This commit is contained in:
Carl Lerche
2018-03-29 20:58:02 -07:00
committed by GitHub
parent 6807363efd
commit d4d17392fe
2 changed files with 13 additions and 20 deletions
-2
View File
@@ -579,8 +579,6 @@ fn hammer() {
}
for i in 0.. ITER {
println!("~~~ ITER {} ~~~", i);
let pool = Builder::new()
// .pool_size(30)
.build();