rm unuse log

This commit is contained in:
weisd
2024-09-23 18:02:03 +08:00
parent 5417965e38
commit 6a3e01b3cc
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -484,7 +484,6 @@ impl DiskAPI for LocalDisk {
}
async fn get_disk_id(&self) -> Result<Option<Uuid>> {
warn!("local get_disk_id");
// TODO: check format file
let mut format_info = self.format_info.lock().await;
+1 -1
View File
@@ -93,7 +93,7 @@ impl Sets {
}
}
warn!("sets new set_drive {:?}", &set_drive);
// warn!("sets new set_drive {:?}", &set_drive);
let set_disks = SetDisks {
disks: RwLock::new(set_drive),