Remove log

This commit is contained in:
obscuren 2014-09-22 16:30:30 +02:00
parent 16871ae2b4
commit 1bc815e0b1
1 changed files with 0 additions and 1 deletions

View File

@ -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