Skip to content

Commit

Permalink
Accidentally commited with cpu profiling in main
Browse files Browse the repository at this point in the history
  • Loading branch information
1dustindavis committed Aug 21, 2018
1 parent 3901ddd commit 406389b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/gorilla/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ import (
"github.com/1dustindavis/gorilla/pkg/gorillalog"
"github.com/1dustindavis/gorilla/pkg/manifest"
"github.com/1dustindavis/gorilla/pkg/process"
"github.com/pkg/profile"
)

func main() {

// CPU profiling by default
defer profile.Start().Stop()

// Create a new logger object
gorillalog.NewLog()

Expand Down

0 comments on commit 406389b

Please sign in to comment.