Remove unnecessary error log messages (#6186)

This commit is contained in:
kannappanr
2018-08-16 12:57:49 -07:00
committed by GitHub
parent f5df3b4795
commit c7946ab9ab
8 changed files with 3 additions and 83 deletions
-1
View File
@@ -778,7 +778,6 @@ func (xl xlObjects) CompleteMultipartUpload(ctx context.Context, bucket string,
// Deny if WORM is enabled
if globalWORMEnabled {
if xl.isObject(bucket, object) {
logger.LogIf(ctx, ObjectAlreadyExists{Bucket: bucket, Object: object})
return ObjectInfo{}, ObjectAlreadyExists{Bucket: bucket, Object: object}
}
}