mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Remove unwanted logs (#6708)
This commit is contained in:
@@ -244,7 +244,6 @@ func (xl xlObjects) DeleteBucket(ctx context.Context, bucket string) error {
|
||||
err := disk.DeleteVol(bucket)
|
||||
|
||||
if err != nil {
|
||||
logger.LogIf(ctx, err)
|
||||
dErrs[index] = err
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user