remove commented out code

This commit is contained in:
Alex Janka 2024-09-25 14:37:41 +10:00
parent 98cb611cdd
commit 5f1e1af97a

View file

@ -233,7 +233,6 @@ async fn code_trigger<T: AsRef<str> + std::cmp::PartialEq<str>>(
connection
.run_command(format!("swap container with con_id {}", other.id))
.await?;
// tokio::time::sleep(std::time::Duration::from_millis(50)).await;
}
connection