summaryrefslogtreecommitdiff
path: root/system/addon/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/addon/api.go')
-rw-r--r--system/addon/api.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/addon/api.go b/system/addon/api.go
index 7df31ef..4c3152b 100644
--- a/system/addon/api.go
+++ b/system/addon/api.go
@@ -20,7 +20,6 @@ func ContentAll(namespace string) []byte {
buf := []byte{}
r := bytes.NewReader(buf)
url := fmt.Sprintf(endpoint, host, port, namespace)
- fmt.Println(url)
req, err := http.NewRequest(http.MethodGet, url, r)
if err != nil {