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: