Skip to content

Commit

Permalink
Rm pprof
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyech committed Feb 12, 2024
1 parent 6ede634 commit 35f5a1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/application/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"flag"
"net"
"net/http"
_ "net/http/pprof"
"os"
"os/signal"
Expand Down Expand Up @@ -33,9 +32,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 35f5a1e

Please sign in to comment.