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