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