Skip to content

Commit

Permalink
Remove the system.out
Browse files Browse the repository at this point in the history
  • Loading branch information
stheppi committed Feb 26, 2024
1 parent fec3c1a commit 4cbd0de
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public void testSchemalessTimestampToDateOnNonUTC() {

final TimestampConverter<SourceRecord> transformer = new TimestampConverter<>();
transformer.configure(config);
System.out.println("DATE_PLUS_TIME: " + DATE_PLUS_TIME.getTime());
SourceRecord transformed = transformer.apply(createRecordSchemaless(DATE_PLUS_TIME.getTime()));

Header header = transformed.headers().lastWithName("ts_header");
Expand Down

0 comments on commit 4cbd0de

Please sign in to comment.