mirror of https://github.com/milvus-io/milvus.git
Remove debug log (#24030)
Signed-off-by: lixinguo <xinguo.li@zilliz.com> Co-authored-by: lixinguo <xinguo.li@zilliz.com>pull/24035/head
parent
084424d636
commit
ab95754069
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue