Skip to content

Commit

Permalink
Remove profiling code
Browse files Browse the repository at this point in the history
  • Loading branch information
dave committed Oct 31, 2017
1 parent e0ee92d commit 70fdcb5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (

"os"

//_ "net/http/pprof"

"github.com/dave/blast/blaster"
"github.com/dave/blast/dummyworker"
"github.com/dave/blast/httpworker"
Expand All @@ -18,9 +16,6 @@ import (
const DEBUG = false

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

ctx, cancel := context.WithCancel(context.Background())

Expand Down

0 comments on commit 70fdcb5

Please sign in to comment.