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:
parent
00972e2472
commit
87ad03cb15
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue