[skip ci] Remove Unnecessary logs in pickCanDoFunc (#7932)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
pull/7939/head
Xiaofan 2021-09-15 10:01:48 +08:00 committed by GitHub
parent d0667b58d7
commit c72cff2dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ func (sa *SegIDAssigner) collectExpired() {
}
func (sa *SegIDAssigner) pickCanDoFunc() {
log.Debug("Proxy SegIDAssigner pickCanDoFunc", zap.Any("len(ToDoReqs)", len(sa.ToDoReqs)))
if sa.ToDoReqs == nil {
return
}