Remove unwanted logs (#6708)

This commit is contained in:
kannappanr
2018-10-26 14:41:25 -07:00
committed by GitHub
parent 3f643acb99
commit 6869f6d9dd
5 changed files with 3 additions and 14 deletions

View File

@@ -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
}