fix: Remove unnecessary debug log line (#9834)

This commit is contained in:
Anis Elleuch 2020-06-15 16:55:33 +01:00 committed by GitHub
parent 6a6a30c33c
commit 2073b79633
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -598,7 +598,6 @@ func (er erasureObjects) putObject(ctx context.Context, bucket string, object st
// -- FIXME. (needs a new kind of lock).
// -- FIXME (this also causes performance issue when disks are down).
if er.parentDirIsObject(ctx, bucket, path.Dir(object)) {
fmt.Println("I am here")
return ObjectInfo{}, toObjectErr(errFileParentIsFile, bucket, object)
}