浏览代码

Remove log

obscuren 11 年之前
父节点
当前提交
1bc815e0b1
共有 1 个文件被更改,包括 0 次插入1 次删除
  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