Commit 1bc815e0 authored by obscuren's avatar obscuren

Remove log

parent 16871ae2
...@@ -208,7 +208,6 @@ func (s *Ethereum) ProcessPeerList(addrs []string) { ...@@ -208,7 +208,6 @@ func (s *Ethereum) ProcessPeerList(addrs []string) {
} }
func (s *Ethereum) ConnectToPeer(addr string) error { func (s *Ethereum) ConnectToPeer(addr string) error {
fmt.Println("ConnectToPeer", addr)
if s.peers.Len() < s.MaxPeers { if s.peers.Len() < s.MaxPeers {
var alreadyConnected bool var alreadyConnected bool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment