mirror of
https://github.com/minio/minio.git
synced 2025-01-24 05:03:16 -05:00
fix: Remove unnecessary debug log line (#9834)
This commit is contained in:
parent
6a6a30c33c
commit
2073b79633
@ -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…
x
Reference in New Issue
Block a user