Skip to content

Commit

Permalink
Remove accidental sleep in example
Browse files Browse the repository at this point in the history
  • Loading branch information
carter committed Jun 4, 2024
1 parent 4564cd6 commit 200b687
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roslibrust/examples/ros1_service_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ async fn main() -> Result<(), anyhow::Error> {
.call(&rosapi::GetTimeRequest {})
.await?;

tokio::time::sleep(tokio::time::Duration::from_secs(1)).await;

log::info!("Got time: {:?}", response);

Ok(())
Expand Down

0 comments on commit 200b687

Please sign in to comment.