mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 20:16:36 +00:00
Remove log
This commit is contained in:
parent
16871ae2b4
commit
1bc815e0b1
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue