We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1525c commit 9833bc7Copy full SHA for 9833bc7
fastexcel-writer/src/test/java/org/dhatim/fastexcel/CorrectnessTest.java
@@ -489,7 +489,6 @@ void testForOffBy1ErrorFor1900_localDate() {
489
@Test
490
void testForOffBy1ErrorFor1900_utilDate() {
491
Date d1 = getCalendarDate(1900, 1, 1);
492
- System.out.println(d1);
493
Date d2 = getCalendarDate(1901, 1, 1);
494
Date d3 = getCalendarDate(2000, 1, 1);
495
Date d4 = getCalendarDate(2023, 1, 1);
0 commit comments