Browse Source

rm commented code

Abhishek Kondur 2 years ago
parent
commit
87ae255a58
1 changed files with 0 additions and 5 deletions
  1. 0 5
      logic/peers.go

+ 0 - 5
logic/peers.go

@@ -318,12 +318,7 @@ func GetProxyUpdateForHost(host *models.Host) (proxy_models.ProxyManagerPayload,
 			peerConfMap[peerHost.PublicKey.String()] = currPeerConf
 		}
 	}
-
-	//proxyPayload.WgAddr = addr.String()
 	proxyPayload.PeerMap = peerConfMap
-	//proxyPayload.Network = node.Network
-	//proxyPayload.InterfaceName = node.Interface
-	//hardcode or read from host ??
 	proxyPayload.InterfaceName = models.WIREGUARD_INTERFACE
 
 	return proxyPayload, nil