remove debug info

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2024-12-29 20:34:39 +08:00
parent a55b45c0ee
commit f52882ede6
2 changed files with 0 additions and 13 deletions
-4
View File
@@ -3479,19 +3479,15 @@ impl SetDisks {
if let Some(err) = ret_err.as_ref() {
return Err(err.clone());
}
info!("step 6");
if !tracker.read().await.queue_buckets.is_empty() {
return Err(Error::from_string(format!(
"not all buckets were healed: {:?}",
tracker.read().await.queue_buckets
)));
}
info!("step 7");
drop(result_tx);
let _ = task.await;
info!("step 8");
defer.await;
info!("step 9");
Ok(())
}
}