1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-10 15:45:57 -05:00

Remove handle debug because it overloads travis

This commit is contained in:
Tom Parker-Shemilt 2020-06-02 22:40:28 +01:00
parent 00972e2472
commit 87ad03cb15

View file

@ -92,9 +92,7 @@ impl MaxHandles {
return Handle { parent: self };
}
}
debug!("Sleeping for handle");
task::sleep(time::Duration::from_millis(500)).await;
debug!("Awoke from sleeping");
}
}
}