Skip to content

Commit

Permalink
node: remove Dialing log
Browse files Browse the repository at this point in the history
  • Loading branch information
iwasaki-kenta committed Feb 10, 2019
1 parent eba16aa commit f3aa77e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions node.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package noise

import (
"fmt"
"github.com/perlin-network/noise/callbacks"
"github.com/perlin-network/noise/identity"
"github.com/perlin-network/noise/log"
Expand Down Expand Up @@ -121,8 +120,6 @@ func (n *Node) Dial(address string) (*Peer, error) {
return nil, errors.New("noise: node attempted to dial itself")
}

fmt.Println("Dialing", address)

conn, err := n.transport.Dial(address)

if err != nil {
Expand Down

0 comments on commit f3aa77e

Please sign in to comment.