Browse Source

Remove log

obscuren 11 years ago
parent
commit
1bc815e0b1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ethereum.go

+ 0 - 1
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