summaryrefslogtreecommitdiff
path: root/send.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-06 07:59:30 -0600
committerJeff Carr <[email protected]>2025-03-06 07:59:30 -0600
commit3249c65169408e51d8a4b147295014f6a69d9037 (patch)
tree523f23aa8eac88aa4789fe761ca6f177b67af541 /send.go
parent14ee66fe6ac3fc995ee04b4628d2a1bf874d73e1 (diff)
Diffstat (limited to 'send.go')
-rw-r--r--send.go2
1 files changed, 1 insertions, 1 deletions
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))