mirror of https://github.com/milvus-io/milvus.git
[skip ci] Remove Unnecessary logs in pickCanDoFunc (#7932)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>pull/7939/head
parent
d0667b58d7
commit
c72cff2dc2
|
@ -179,7 +179,6 @@ func (sa *SegIDAssigner) collectExpired() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (sa *SegIDAssigner) pickCanDoFunc() {
|
func (sa *SegIDAssigner) pickCanDoFunc() {
|
||||||
log.Debug("Proxy SegIDAssigner pickCanDoFunc", zap.Any("len(ToDoReqs)", len(sa.ToDoReqs)))
|
|
||||||
if sa.ToDoReqs == nil {
|
if sa.ToDoReqs == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue