Skip to content

Commit

Permalink
fix:get Extension services
Browse files Browse the repository at this point in the history
  • Loading branch information
yjkhtddx committed Oct 25, 2021
1 parent c5e512a commit 1bfeb9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Device.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ func (dev *Device) getSupportedServices(resp *http.Response) {
}
extension_services := doc.FindElements("./Envelope/Body/GetCapabilitiesResponse/Capabilities/Extension/*/XAddr")
for _, j := range extension_services {
fmt.Println(j.Parent().Tag)
dev.addEndpoint(j.Parent().Tag, j.Text())
}
}
Expand Down

0 comments on commit 1bfeb9b

Please sign in to comment.