Skip to content

Commit

Permalink
Remove trace logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson committed Jul 9, 2013
1 parent 6ce3a6c commit 67d11f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
Trace = 2
)

var LogLevel int = Trace //0
var LogLevel int = 0
var logger *log.Logger

func init() {
Expand Down

0 comments on commit 67d11f7

Please sign in to comment.