Skip to content

Commit 9833bc7

Browse files
author
Olivier Chédru
committed
Remove println
1 parent 7b1525c commit 9833bc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastexcel-writer/src/test/java/org/dhatim/fastexcel/CorrectnessTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@ void testForOffBy1ErrorFor1900_localDate() {
489489
@Test
490490
void testForOffBy1ErrorFor1900_utilDate() {
491491
Date d1 = getCalendarDate(1900, 1, 1);
492-
System.out.println(d1);
493492
Date d2 = getCalendarDate(1901, 1, 1);
494493
Date d3 = getCalendarDate(2000, 1, 1);
495494
Date d4 = getCalendarDate(2023, 1, 1);

0 commit comments

Comments
 (0)