fix: Remove unnecessary debug log line (#9834)

master
Anis Elleuch 4 years ago committed by GitHub
parent 6a6a30c33c
commit 2073b79633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      cmd/erasure-object.go

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

Loading…
Cancel
Save