Skip to content

Commit 7c757d0

Browse files
committed
Remove useless log entry
1 parent 8611512 commit 7c757d0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dnscrypt-proxy/config_loader.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ func configureLoadBalancing(proxy *Proxy, config *Config) {
191191
lbStrategy = LBStrategyRandom{}
192192
case "wp2":
193193
lbStrategy = LBStrategyWP2{}
194-
dlog.Noticef("Using Weighted Power of Two (WP2) load balancing strategy")
195194
default:
196195
if strings.HasPrefix(lbStrategyStr, "p") {
197196
n, err := strconv.ParseInt(strings.TrimPrefix(lbStrategyStr, "p"), 10, 32)

0 commit comments

Comments
 (0)