diff --git a/main.go b/main.go index e5ef62b..0cd563f 100644 --- a/main.go +++ b/main.go @@ -142,7 +142,6 @@ func ConfigRESTHandler(w http.ResponseWriter, r *http.Request) { if err != nil { panic(err) } - log.Printf("Got this request:", string(b)) err = conf.UpdateFromJSON(b) if err != nil {