garydgregory commented on a change in pull request #168:
URL: https://github.com/apache/commons-csv/pull/168#discussion_r670056091
##########
File path: src/test/java/org/apache/commons/csv/perf/PerformanceTest.java
##########
@@ -85,24 +85,12 @@ private long parse(final Reader reader, final boolean
traverseColumns) throws IO
return recordCount;
}
- private void println(final String s) {
- System.out.println(s);
- }
-
- private long readAll(final BufferedReader in) throws IOException {
Review comment:
I disagree here, keep this as is so it can be commented out or changed
easily when testing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]