Skip to content

Commit 6afba09

Browse files
committed
Remove log line
1 parent 22e27d5 commit 6afba09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

multi.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ package multiresolver
1313

1414
import (
1515
"fmt"
16-
"log"
1716
"strings"
1817
"sync"
1918

@@ -78,7 +77,6 @@ func (pccg *partialClientConnGroup) updateState() {
7877
s.Addresses = append(s.Addresses, p.state.Addresses...)
7978
p.mtx.Unlock()
8079
}
81-
log.Printf("UpdateState(%#v)\n", s)
8280
pccg.cc.UpdateState(s)
8381
}
8482

0 commit comments

Comments
 (0)