From dfab25be2390042747f86fc647577fc6630e8b9d Mon Sep 17 00:00:00 2001 From: Daniel Schauenberg Date: Sat, 26 Feb 2022 13:18:29 +0000 Subject: [PATCH] remove metrics handler for now --- certcal.go | 1 - 1 file changed, 1 deletion(-) diff --git a/certcal.go b/certcal.go index 37f07a2..292119d 100644 --- a/certcal.go +++ b/certcal.go @@ -50,7 +50,6 @@ func main() { "address": address, }).Info("starting web server") http.HandleFunc("/hosts", handler.Handler) - //http.HandleFunc("/metrics", headers) http.ListenAndServe(address, nil) default: