From ada866f8b087b1b83b91c5881522429d850d0792 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Wed, 29 Sep 2021 23:17:53 +0930 Subject: [PATCH] Remove superfluous log print --- main.go | 1 - 1 file changed, 1 deletion(-) 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 {