rm unuse logs

This commit is contained in:
weisd
2024-12-02 00:10:50 +08:00
parent bfa0e77f78
commit 6dc9e6d3ee
2 changed files with 3 additions and 3 deletions
-2
View File
@@ -322,8 +322,6 @@ impl S3 for FS {
.await
.map_err(to_s3_error)?;
error!("get_object ObjectOptions {:?}", &opts);
let Some(store) = new_object_layer_fn() else {
return Err(S3Error::with_message(S3ErrorCode::InternalError, "Not init".to_string()));
};