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