Skip to content

Commit

Permalink
Remove spurious print (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
zikaeroh committed Aug 10, 2020
1 parent acfb3d3 commit 853c497
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gen/decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ func (g *Generator) genTypeDecoderNoCheck(t reflect.Type, out string, tags field
fmt.Fprintln(g.out, ws+"}")

case reflect.Interface:
fmt.Printf("//%v: %v", out, g.interfaceIsEasyjsonUnmarshaller(t))
if t.NumMethod() != 0 {
if g.interfaceIsEasyjsonUnmarshaller(t) {
fmt.Fprintln(g.out, ws+out+".UnmarshalEasyJSON(in)")
Expand Down

0 comments on commit 853c497

Please sign in to comment.