remove debug log

This commit is contained in:
Dmitry Rodionov
2022-08-05 13:05:02 +03:00
committed by Dmitry Rodionov
parent 9430abae05
commit beaa991f81

View File

@@ -202,8 +202,6 @@ where
})
.map_err(DownloadError::BadInput)?;
warn!("part_storage_path {:?}", part_storage_path);
let mut index_part_download = storage.download(&part_storage_path).await?;
let mut index_part_bytes = Vec::new();