From 9dba5e416f51d9c9aa647f3974c45e355b258ea4 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Sun, 27 Feb 2022 22:32:07 +0100 Subject: [PATCH] Cleanup Signed-off-by: Lukas Bachschwell --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 6fa2800..e8c6bb1 100644 --- a/main.go +++ b/main.go @@ -47,7 +47,6 @@ func main() { filter := regexp.MustCompile(filterRegex) http.HandleFunc("/ciconfig", func(w http.ResponseWriter, r *http.Request) { - log.Println("Incoming Request!") if r.Method != http.MethodPost { w.WriteHeader(http.StatusMethodNotAllowed) return