Skip to content

Commit

Permalink
chore: rm fmt.Println
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 4, 2023
1 parent 51a1f91 commit 635647c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/logparser/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ func setJSONValue(v pcommon.Value, d *jx.Decoder) error {
return setJSONValue(vs, d)
})
case jx.Object:
fmt.Println("object")
m := v.SetEmptyMap()
return d.Obj(func(d *jx.Decoder, key string) error {
return addJSONMapKey(m, key, d)
Expand Down

0 comments on commit 635647c

Please sign in to comment.