summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-13 12:36:13 -0600
committerJeff Carr <[email protected]>2024-12-13 12:36:13 -0600
commit2c7b9074965f8bc31605d2f4d2141e15359f1665 (patch)
tree3f19e7abe195ab72e7985d2bea13554ab09dabe7 /http.go
parentdf007743b01c448a961c4d682ed510e009e22d71 (diff)
Diffstat (limited to 'http.go')
-rw-r--r--http.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/http.go b/http.go
index b503859..6b95993 100644
--- a/http.go
+++ b/http.go
@@ -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")