Skip to content

Commit

Permalink
remove pprof
Browse files Browse the repository at this point in the history
  • Loading branch information
kmulvey committed Oct 1, 2022
1 parent 4403979 commit 82621ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/nsquared/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"fmt"
"net/http"

_ "net/http/pprof"
"os"
"os/signal"
"path/filepath"
Expand All @@ -29,10 +28,6 @@ func main() {
var start = time.Now()
var ctx, cancel = context.WithCancel(context.Background())

go func() {
log.Println(http.ListenAndServe("localhost:6060", nil))
}()

log.SetFormatter(&log.TextFormatter{
FullTimestamp: true,
TimestampFormat: "2006-01-02 15:04:05",
Expand Down

0 comments on commit 82621ce

Please sign in to comment.