Removed commented/debug println code.

This commit is contained in:
Adrian Gallagher
2015-05-12 18:27:58 +10:00
parent dca6928a10
commit bf5846e115
2 changed files with 0 additions and 2 deletions

View File

@@ -198,7 +198,6 @@ func SendHTTPGetRequest(url string, jsonDecode bool, result interface{}) (err er
}
contents, err := ioutil.ReadAll(res.Body)
//log.Println(string(contents))
if err != nil {
return err