Skip to content

Commit

Permalink
fix(speaker): unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
SkalaNetworks committed Jul 31, 2024
1 parent a2488a1 commit eb697d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/speaker/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ func (k bgpLogger) Debug(msg string, fields bgplog.Fields) {
klog.V(5).Infof("%s %v", msg, fields)
}

func (k bgpLogger) SetLevel(level bgplog.LogLevel) {
return
func (k bgpLogger) SetLevel(_ bgplog.LogLevel) {
}

func (k bgpLogger) GetLevel() bgplog.LogLevel {
Expand Down

0 comments on commit eb697d5

Please sign in to comment.