From 3249c65169408e51d8a4b147295014f6a69d9037 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Mar 2025 07:59:30 -0600 Subject: [PATCH] dumb error --- send.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send.go b/send.go index 6b5273c..7a1decc 100644 --- a/send.go +++ b/send.go @@ -52,7 +52,7 @@ func sendMachine(s string) error { log.Info("httpPost() data:", string(body)) return err } - out := strings.TrimSpace(string(body)) + // out := strings.TrimSpace(string(body)) // log.Info("httpPost() data:", out, len(body)) test := strings.TrimSpace(string(body))