mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 09:33:46 +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 {
|
||||
fmt.Println("ConnectToPeer", addr)
|
||||
if s.peers.Len() < s.MaxPeers {
|
||||
var alreadyConnected bool
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue