Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aptimex committed Aug 21, 2024
1 parent 3279227 commit f774b45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cmd/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"fmt"
"net/netip"
"strings"
//"log"

"github.com/fatih/color"
"github.com/m1gwings/treedrawer/tree"
Expand Down Expand Up @@ -77,7 +76,7 @@ func (c statusCmdConfig) Run() {
// Key on public key of relay interfaces.
nodes := make(map[string]Node)
var errorNodes []Node
e2ee_peer_list := clientConfigE2EE.GetPeers()
e2ee_peer_list := client.e2eeConfig.GetPeers()
for _, ep := range e2ee_peer_list {
relayConfig, e2eeConfig, err := api.ServerInfo(netip.AddrPortFrom(ep.GetApiAddr(), uint16(ApiPort)))
if err != nil {
Expand Down

0 comments on commit f774b45

Please sign in to comment.