aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-22 22:30:30 +0800
committerobscuren <geffobscura@gmail.com>2014-09-22 22:30:30 +0800
commit1bc815e0b1d3fb6f47f8747e607a03f6d8a25ac2 (patch)
tree4c927595e12a08bd1be443ef1fc6f973010baf3a /ethereum.go
parent16871ae2b49fb2a8fad3848e3184c8ab87c7f67a (diff)
downloadgo-tangerine-1bc815e0b1d3fb6f47f8747e607a03f6d8a25ac2.tar
go-tangerine-1bc815e0b1d3fb6f47f8747e607a03f6d8a25ac2.tar.gz
go-tangerine-1bc815e0b1d3fb6f47f8747e607a03f6d8a25ac2.tar.bz2
go-tangerine-1bc815e0b1d3fb6f47f8747e607a03f6d8a25ac2.tar.lz
go-tangerine-1bc815e0b1d3fb6f47f8747e607a03f6d8a25ac2.tar.xz
go-tangerine-1bc815e0b1d3fb6f47f8747e607a03f6d8a25ac2.tar.zst
go-tangerine-1bc815e0b1d3fb6f47f8747e607a03f6d8a25ac2.zip
Remove log
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go1
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