Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Sep 19, 2018
1 parent 579663b commit f582f4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f582f4c

Please sign in to comment.