From f582f4c4def5e107734e317ca2f4f0486ccc3fdc Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Wed, 19 Sep 2018 17:10:11 +1000 Subject: [PATCH] Remove redundant code --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 42c609a54..b1e27800c 100644 --- a/main.go +++ b/main.go @@ -11,8 +11,6 @@ func main() { //f, _ := os.Create("scc.pprof") //pprof.StartCPUProfile(f) //defer pprof.StopCPUProfile() - // defer profile.Start(profile.CPUProfile).Stop() - // defer profile.Start(profile.MemProfile).Stop() app := cli.NewApp() app.EnableBashCompletion = true