Remove debug log (#24030)

Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
pull/24035/head
smellthemoon 2023-05-11 14:09:19 +08:00 committed by GitHub
parent 084424d636
commit ab95754069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -205,7 +205,6 @@ func newDmlChannels(ctx context.Context, factory msgstream.Factory, chanNamePref
pos: i,
}
d.pool.Store(name, dms)
log.Info("lxg", zap.Any("name", name))
d.channelsHeap = append(d.channelsHeap, dms)
}