Remove warning when JSON contains null value (#3359)
This commit is contained in:
parent
46d489c632
commit
69591e1fab
|
@ -159,8 +159,6 @@ func (f *JSONFlattener) FullFlattenJSON(
|
|||
return nil
|
||||
}
|
||||
case nil:
|
||||
// ignored types
|
||||
fmt.Println("json parser ignoring " + fieldname)
|
||||
return nil
|
||||
default:
|
||||
return fmt.Errorf("JSON Flattener: got unexpected type %T with value %v (%s)",
|
||||
|
|
Loading…
Reference in New Issue