Skip to content

Commit

Permalink
Disable fillFrames debug time print
Browse files Browse the repository at this point in the history
  • Loading branch information
jfontan committed May 8, 2024
1 parent d586a5d commit 5d1b2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jerror.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
var _ error = &JError{}

const (
debug = true
debug = false
stackDepth = 10
stackSkip = 3
)
Expand Down

0 comments on commit 5d1b2e4

Please sign in to comment.