Skip to content

Commit

Permalink
remove metrics handler for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz authored Feb 26, 2022
1 parent 137b4eb commit dfab25b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion certcal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dfab25b

Please sign in to comment.