From 43fd3472dd9d19aa1f602ce3fd3555f03312b99b Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 19 Dec 2016 11:04:20 -0800 Subject: adding http port to config and removing hardcoded url from addons api --- system/addon/api.go | 1 - 1 file changed, 1 deletion(-) (limited to 'system/addon/api.go') 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 { -- cgit v1.2.3