diff --git a/cmd/lotus-shed/state-stats.go b/cmd/lotus-shed/state-stats.go index 49bcb1294..6b898c4d0 100644 --- a/cmd/lotus-shed/state-stats.go +++ b/cmd/lotus-shed/state-stats.go @@ -6,9 +6,6 @@ import ( "encoding/json" "fmt" "io" - "net/http" - _ "net/http" - _ "net/http/pprof" "path" "reflect" "sort" @@ -365,9 +362,6 @@ var statSnapshotCmd = &cli.Command{ if err != nil { return err } - go func() { - fmt.Println(http.ListenAndServe("localhost:6060", nil)) - }() numWorkers := cctx.Int("workers") dagCacheSize := cctx.Int("dag-cache-size")