remove commented out code
This commit is contained in:
parent
98cb611cdd
commit
5f1e1af97a
|
@ -233,7 +233,6 @@ async fn code_trigger<T: AsRef<str> + std::cmp::PartialEq<str>>(
|
||||||
connection
|
connection
|
||||||
.run_command(format!("swap container with con_id {}", other.id))
|
.run_command(format!("swap container with con_id {}", other.id))
|
||||||
.await?;
|
.await?;
|
||||||
// tokio::time::sleep(std::time::Duration::from_millis(50)).await;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
connection
|
connection
|
||||||
|
|
Loading…
Reference in a new issue