Skip to content

Commit

Permalink
Removing profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
caioluders committed Feb 13, 2022
1 parent b4bcd8c commit 81580e4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/gau/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (
log "github.com/sirupsen/logrus"
"io"
"os"
"net/http"
_ "net/http/pprof"
"sync"
)

Expand All @@ -22,9 +20,6 @@ func main() {
}
}


log.Println(http.ListenAndServe("localhost:8989", nil))

pMap := make(runner.ProvidersMap)
for _, provider := range cfg.Providers {
pMap[provider] = cfg.Filters
Expand Down

0 comments on commit 81580e4

Please sign in to comment.