Remove useless log (#11105)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/11108/head
godchen 2021-11-02 19:20:29 +08:00 committed by GitHub
parent a0a3a889e7
commit 0d97549d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -543,7 +543,6 @@ func (s *Segment) checkIndexReady(fieldID int64) bool {
}
func (s *Segment) updateBloomFilter(pks []int64) {
log.Debug("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx updateBloom Filter", zap.Any("pks", pks))
buf := make([]byte, 8)
for _, pk := range pks {
common.Endian.PutUint64(buf, uint64(pk))