Skip to content

Commit

Permalink
Fix commit d207daa
Browse files Browse the repository at this point in the history
  • Loading branch information
alcounit committed May 25, 2021
1 parent d207daa commit 556451d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/selenosis/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import (
"syscall"
"time"

"net/http/pprof"

"github.com/alcounit/selenosis"
"github.com/alcounit/selenosis/config"
"github.com/alcounit/selenosis/platform"
Expand Down Expand Up @@ -105,7 +103,6 @@ func command() *cobra.Command {
router.HandleFunc("/healthz", func(w http.ResponseWriter, _ *http.Request) {
w.WriteHeader(http.StatusOK)
}).Methods(http.MethodGet)
router.PathPrefix("/debug/pprof/").HandlerFunc(pprof.Index)

srv := &http.Server{
Addr: address,
Expand Down

0 comments on commit 556451d

Please sign in to comment.