mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
Remove spurious print (#300)
This commit is contained in:
@@ -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)")
|
||||
|
||||
Reference in New Issue
Block a user