Skip to content

Commit

Permalink
rm connect print
Browse files Browse the repository at this point in the history
  • Loading branch information
SunleShen authored Jul 12, 2024
1 parent 91d6d20 commit 14ab6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialer/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func (c *conn) handleGetClusterPerfError(n *node, err error) error {
}

func (c *conn) connectNode(n *node) (bool, error) {
fmt.Println("Connect to ", n.address)
// fmt.Println("Connect to ", n.address)
for !c.isClosed {
err := c.connect(n.address)
if err != nil {
Expand Down

0 comments on commit 14ab6cc

Please sign in to comment.