Skip to content

Commit

Permalink
Remove sout
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren committed Dec 17, 2021
1 parent 9e7cfca commit c2363f3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ private Object read(Schema.Field field, Schema schema, Object value, Deque<Strin
}
Object result;
LogicalType logicalType = schema.getLogicalType();
System.out.println("Read schema: " + schema.getType() + ", value: " + value);
switch (schema.getType()) {
case RECORD:
result = onValidType(value, Map.class, path, silently, map -> readRecord(map, schema, path));
Expand Down

0 comments on commit c2363f3

Please sign in to comment.