Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
perk11 committed Feb 3, 2025
1 parent ca331f5 commit 0009c2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"syscall"
"time"
)
import _ "net/http/pprof"

type Config struct {
ShutDownAfterInactivitySeconds time.Duration
Expand Down Expand Up @@ -135,9 +134,6 @@ var (
)

func main() {
go func() {
log.Println(http.ListenAndServe("localhost:6060", nil))
}()
exit := make(chan os.Signal, 1)
signal.Notify(exit, os.Interrupt, syscall.SIGTERM, syscall.SIGINT)

Expand Down

0 comments on commit 0009c2c

Please # to comment.