dumb error

This commit is contained in:
Jeff Carr 2025-03-06 07:59:30 -06:00
parent 14ee66fe6a
commit 3249c65169
1 changed files with 1 additions and 1 deletions

View File

@ -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))