From 5f1e1af97afcb843c645e8f914f5328ef6a02aef Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Wed, 25 Sep 2024 14:37:41 +1000 Subject: [PATCH] remove commented out code --- src/main.rs | 1 - 1 file changed, 1 deletion(-) 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