Remove superfluous log print

This commit is contained in:
Justin Hawkins 2021-09-29 23:17:53 +09:30
parent 8b291f4629
commit ada866f8b0

View File

@ -142,7 +142,6 @@ func ConfigRESTHandler(w http.ResponseWriter, r *http.Request) {
if err != nil { if err != nil {
panic(err) panic(err)
} }
log.Printf("Got this request:", string(b))
err = conf.UpdateFromJSON(b) err = conf.UpdateFromJSON(b)
if err != nil { if err != nil {