Remove debug log in minio chunk manager (#19134)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2022-09-09 17:32:37 +08:00 committed by GitHub
parent e65ba6331e
commit ce9ba0dd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -356,7 +356,6 @@ func (mcm *MinioChunkManager) ListWithPrefix(prefix string, recursive bool) ([]s
if strings.HasSuffix(object.Key, "/") {
// enqueue when recursive is true
if recursive && object.Key != pre {
log.Warn("add next", zap.String("key", object.Key))
tasks.PushBack(object.Key)
}
continue