Skip to content

Commit

Permalink
chore: removed comment
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed Jan 31, 2024
1 parent 82cfaa9 commit ff2b042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func main() {
mmux.Handle("/metrics", promhttp.Handler())
mserver.Handler = mmux

// start webhook server in new rountine
go func() {
if err := server.ListenAndServeTLS("", ""); err != nil {
log.Error("Failed to listen and serve webhook server", "error", err)
Expand Down

0 comments on commit ff2b042

Please sign in to comment.