diff --git a/src/main.rs b/src/main.rs index ca9bb03..7941fb3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -233,7 +233,6 @@ async fn code_trigger + std::cmp::PartialEq>( connection .run_command(format!("swap container with con_id {}", other.id)) .await?; - // tokio::time::sleep(std::time::Duration::from_millis(50)).await; } connection