mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
Avoid non-error debug on stdout
This commit is contained in:
@@ -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++ {
|
||||
|
||||
Reference in New Issue
Block a user