From 70fdcb556e4b7a7d1b4a1d350acaf76952b578f6 Mon Sep 17 00:00:00 2001 From: Dave Brophy Date: Mon, 30 Oct 2017 22:50:05 -0700 Subject: [PATCH] Remove profiling code --- main.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main.go b/main.go index 0254e4f..6723f69 100644 --- a/main.go +++ b/main.go @@ -8,8 +8,6 @@ import ( "os" - //_ "net/http/pprof" - "github.com/dave/blast/blaster" "github.com/dave/blast/dummyworker" "github.com/dave/blast/httpworker" @@ -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())