remove unused logs

Signed-off-by: groche97 <groche97@gmail.com>
This commit is contained in:
2023-10-15 14:54:32 +02:00
parent 097271461e
commit 3b5e7e1986
2 changed files with 1 additions and 1 deletions

View File

@@ -37,7 +37,6 @@ impl Controller {
None => {
match self.load_container(None,domain.clone(),ip.clone(),image.clone(),ops).await {
Ok(c) => {
log::debug!("poisoned: {}",self.storage.is_poisoned());
self.storage.try_lock().unwrap().new_instance(c.clone()).unwrap();
c.get_id()
},

View File

@@ -9,3 +9,4 @@ pub struct Instance {
pub image: i64,
pub ops: Options,
}