We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e27d5 commit 6afba09Copy full SHA for 6afba09
1 file changed
multi.go
@@ -13,7 +13,6 @@ package multiresolver
13
14
import (
15
"fmt"
16
- "log"
17
"strings"
18
"sync"
19
@@ -78,7 +77,6 @@ func (pccg *partialClientConnGroup) updateState() {
78
77
s.Addresses = append(s.Addresses, p.state.Addresses...)
79
p.mtx.Unlock()
80
}
81
- log.Printf("UpdateState(%#v)\n", s)
82
pccg.cc.UpdateState(s)
83
84
0 commit comments