mirror of https://github.com/status-im/op-geth.git
Remove log
This commit is contained in:
parent
16871ae2b4
commit
1bc815e0b1
|
@ -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 New Issue