mirror of
https://github.com/minio/minio.git
synced 2025-02-02 17:35:58 -05:00
remove unnecessary log in Listing()
This commit is contained in:
parent
f00187033d
commit
2dd8faaedc
@ -20,7 +20,6 @@ package cmd
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"errors"
|
||||
"os"
|
||||
"path"
|
||||
"sort"
|
||||
@ -385,9 +384,6 @@ func (m metaCacheEntries) resolve(r *metadataResolutionParams) (selected *metaCa
|
||||
// shallow decode.
|
||||
xl, err := entry.xlmeta()
|
||||
if err != nil {
|
||||
if !errors.Is(err, errFileNotFound) {
|
||||
internalLogIf(GlobalContext, err)
|
||||
}
|
||||
continue
|
||||
}
|
||||
objsValid++
|
||||
|
Loading…
x
Reference in New Issue
Block a user