Skip to content

Commit

Permalink
delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
instabledesign committed Mar 12, 2020
1 parent a2d4afb commit 3f3c273
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion formatter/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func ContextToJSON(context *logger.Context, builder *strings.Builder) {
builder.WriteRune('"')
builder.WriteString(name)
builder.WriteString("\":")
//d, _ := json.Marshal(field)
d, _ := field.MarshalJSON()
builder.Write(d)
i++
Expand Down

0 comments on commit 3f3c273

Please sign in to comment.