diff --git a/Device.go b/Device.go index a0f5a4a..14d0178 100644 --- a/Device.go +++ b/Device.go @@ -125,7 +125,7 @@ func GetAvailableDevicesAtSpecificEthernetInterface(interfaceName string) []Devi endpoints := doc.Root().FindElements("./Body/ProbeMatches/ProbeMatch/XAddrs") for _, xaddr := range endpoints { xaddr := strings.Split(strings.Split(xaddr.Text(), " ")[0], "/")[2] - fmt.Println(xaddr) + //fmt.Println(xaddr) c := 0 for c = 0; c < len(nvtDevices); c++ {