diff --git a/testhelper.go b/testhelper.go index bd53eed..60a6d18 100644 --- a/testhelper.go +++ b/testhelper.go @@ -32,7 +32,6 @@ func main() { b, err := ioutil.ReadAll(r.Body) defer r.Body.Close() crash(err) - log.Printf("%s", b) w.Header().Set("Content-Type", "application/json") w.Write([]byte("{\"status\": \"OK\"}\n")) })