Remove debug logging left in by mistake.
This commit is contained in:
parent
cef9a282c1
commit
251dddb253
@ -17,7 +17,6 @@ package goupnp
|
|||||||
import (
|
import (
|
||||||
"encoding/xml"
|
"encoding/xml"
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
|
|
||||||
@ -60,7 +59,6 @@ func DiscoverDevices(searchTarget string) ([]MaybeRootDevice, error) {
|
|||||||
|
|
||||||
results := make([]MaybeRootDevice, len(responses))
|
results := make([]MaybeRootDevice, len(responses))
|
||||||
for i, response := range responses {
|
for i, response := range responses {
|
||||||
log.Print(response)
|
|
||||||
maybe := &results[i]
|
maybe := &results[i]
|
||||||
loc, err := response.Location()
|
loc, err := response.Location()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user