Don't log any of the directory stuff

This commit is contained in:
Finn 2018-12-15 16:09:36 -08:00
parent 5e01e54bbb
commit 02eebdd399

View file

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