Don't log any of the directory stuff
This commit is contained in:
parent
5e01e54bbb
commit
02eebdd399
1 changed files with 0 additions and 1 deletions
|
@ -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"))
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue