diff options
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 2 | 
1 files changed, 0 insertions, 2 deletions
@@ -181,8 +181,6 @@ func curlPost(dnsRow *RRT) string {  		log.Error(err)  		return ""  	} -	log.Spew("http PUT body =", body) -  	pretty, _ := FormatJSON(string(body))  	log.Log(CURL, "result =", pretty)  	log.Log(CURL, "curl() END")  | 
