Skip to content

Commit

Permalink
enhance : remove unnessary logs in lock chain (#39626)
Browse files Browse the repository at this point in the history
remove the unnecessary lock chain log

Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>
  • Loading branch information
xiaofan-luan authored Feb 3, 2025
1 parent ecd1ea5 commit 2d34b80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/rootcoord/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ func NewCollectionLockerKey(collection string, rw bool) LockerKey {
}

func NewLockerKeyChain(lockerKeys ...LockerKey) LockerKey {
log.Info("NewLockerKeyChain", zap.Any("lockerKeys", len(lockerKeys)))
if len(lockerKeys) == 0 {
return nil
}
Expand Down

0 comments on commit 2d34b80

Please sign in to comment.