Skip to content

Commit

Permalink
Remove warning when JSON contains null value (#3359)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson authored Oct 19, 2017
1 parent 3bbc2be commit 4243403
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/parsers/json/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 4243403

Please sign in to comment.