summaryrefslogtreecommitdiff
path: root/send.go
diff options
context:
space:
mode:
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))