Remove debug log (#24030)

Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
This commit is contained in:
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

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)
}