Skip to content

Commit 7478ea6

Browse files
committed
Debug mode applied
1 parent 79e6623 commit 7478ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/formatter/formatter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var printFunc PrintFunc
4949
func init() {
5050
formatters = make(map[string]Formatter, 2)
5151
AddCustomFormatter("text", TextFormatter{})
52-
AddCustomFormatter("json", JSONFormatter{debug: true})
52+
AddCustomFormatter("json", JSONFormatter{})
5353
defaultFormatter = formatters["text"]
5454

5555
printFunc = defaultPrintFunc

0 commit comments

Comments
 (0)