Skip to content

Commit

Permalink
Merge pull request #86 from pinguo-yangbing/master
Browse files Browse the repository at this point in the history
del debug code
  • Loading branch information
pinguo-yangbing authored Oct 16, 2020
2 parents 117cc54 + 37e8101 commit 53a0c9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ func (s *Server) checkListen(addr string) {

for _, newIp := range newIps {
checkAddr := fmt.Sprintf("%s:%d", newIp, tcpAddr.Port)
fmt.Println("checkAddr",checkAddr)
if listener, err := net.Listen(network, checkAddr); err != nil {
errMsg := err.Error()
errMsg = strings.Replace(errMsg, newIp, oriIp, 1)
Expand Down

0 comments on commit 53a0c9d

Please sign in to comment.