Skip to content

Commit

Permalink
Rm pprof
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyech committed Feb 13, 2024
1 parent 4b1c669 commit 1e5cbd6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/application/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"context"
"flag"
"net"
"net/http"
_ "net/http/pprof"
"os"
"os/signal"
"strconv"
Expand Down Expand Up @@ -33,9 +31,6 @@ var enabledTransports = map[pb.TransportType]cj.Transport{
}

func main() {
go func() {
log.Println(http.ListenAndServe("localhost:6060", nil))
}()
var err error
var zmqAddress string
flag.StringVar(&zmqAddress, "zmq-address", "ipc://@zmq-proxy", "Address of ZMQ proxy")
Expand Down

0 comments on commit 1e5cbd6

Please sign in to comment.