Skip to content

Commit

Permalink
Remove debug log in minio chunk manager (milvus-io#19134)
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>

Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia authored Sep 9, 2022
1 parent e65ba63 commit ce9ba0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/storage/minio_chunk_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce9ba0d

Please sign in to comment.