Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
judezhu committed Aug 12, 2024
1 parent 5455f72 commit 08687dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/go/events/decoder/decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func DecodeCadenceValue(payload []byte) (cadence.Value, error) {
)
if err != nil {
// json decode failed, try ccf decode
fmt.Printf("json decode failed, try ccf decode, reason: %s\n", err.Error())
ccfValue, ccfErr := ccf.Decode(nil, payload)
if ccfErr != nil {
return cadence.Event{}, pkgerrors.Wrapf(
Expand Down

0 comments on commit 08687dd

Please sign in to comment.