diff --git a/src/test/java/org/apache/commons/csv/CSVPrinterTest.java b/src/test/java/org/apache/commons/csv/CSVPrinterTest.java index 893675cd..30eb6526 100644 --- a/src/test/java/org/apache/commons/csv/CSVPrinterTest.java +++ b/src/test/java/org/apache/commons/csv/CSVPrinterTest.java @@ -1347,7 +1347,7 @@ public class CSVPrinterTest { @Test public void testCloseWithCsvFormatAutoFlushOn() throws IOException { - System.out.println("start method"); + // System.out.println("start method"); Writer writer = mock(Writer.class); CSVFormat csvFormat = CSVFormat.DEFAULT.withAutoFlush(true); try (CSVPrinter csvPrinter = new CSVPrinter(writer, csvFormat)) {