diff options
-rw-r--r-- | ethereum.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ethereum.go b/ethereum.go index a54399921..79e722c26 100644 --- a/ethereum.go +++ b/ethereum.go @@ -208,7 +208,6 @@ func (s *Ethereum) ProcessPeerList(addrs []string) { } func (s *Ethereum) ConnectToPeer(addr string) error { - fmt.Println("ConnectToPeer", addr) if s.peers.Len() < s.MaxPeers { var alreadyConnected bool |