mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
Remove println from tests (#267)
This commit is contained in:
@@ -579,8 +579,6 @@ fn hammer() {
|
||||
}
|
||||
|
||||
for i in 0.. ITER {
|
||||
println!("~~~ ITER {} ~~~", i);
|
||||
|
||||
let pool = Builder::new()
|
||||
// .pool_size(30)
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user