Skip to content

Commit

Permalink
remove noisy debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Mar 31, 2023
1 parent 2d41dab commit 812a34c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lex/util/lex_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func (ll LexLink) MarshalJSON() ([]byte, error) {
}

func (ll *LexLink) UnmarshalJSON(raw []byte) error {
fmt.Println("PARSING LEX LINK: ", raw)
var jl jsonLink
if err := json.Unmarshal(raw, &jl); err != nil {
return xerrors.Errorf("parsing cid-link JSON: %v", err)
Expand Down

0 comments on commit 812a34c

Please sign in to comment.