Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
lagarwal1 committed Feb 6, 2025
1 parent d7e5a9b commit 1871b1b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,6 @@ public void arrays() {
assertThat(
avroRecord.get("uuid"),
equalTo(Arrays.asList("11111111-1111-1111-1111-111111111111", null)));

System.out.println(avroRecord.getSchema());
}

@Test
Expand Down

0 comments on commit 1871b1b

Please sign in to comment.