Skip to content

Commit 853c497

Browse files
authored
Remove spurious print (#300)
1 parent acfb3d3 commit 853c497

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gen/decoder.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ func (g *Generator) genTypeDecoderNoCheck(t reflect.Type, out string, tags field
299299
fmt.Fprintln(g.out, ws+"}")
300300

301301
case reflect.Interface:
302-
fmt.Printf("//%v: %v", out, g.interfaceIsEasyjsonUnmarshaller(t))
303302
if t.NumMethod() != 0 {
304303
if g.interfaceIsEasyjsonUnmarshaller(t) {
305304
fmt.Fprintln(g.out, ws+out+".UnmarshalEasyJSON(in)")

0 commit comments

Comments
 (0)