Skip to content

Commit

Permalink
Removed debug traces.
Browse files Browse the repository at this point in the history
  • Loading branch information
springcomp committed Mar 20, 2023
1 parent ab5258d commit e967391
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jp.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ func runMain(c *cli.Context) int {
os.Stdout.WriteString(converted)
} else {
var toJSON []byte
fmt.Println(bool2int(color.NoColor))
fmt.Println(bool2int(c.Bool("compact")))
var writers = [2][2]func(v interface{}) ([]byte, error){
{
func(v interface{}) ([]byte, error) { return jsoncolor.MarshalIndent(v, "", " ") },
Expand Down

0 comments on commit e967391

Please sign in to comment.