Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
tibagni committed Mar 10, 2024
1 parent 3d0dee5 commit 287da2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/com/tibagni/logviewer/log/parser/LogParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ public LogParser(LogReader logReader, ProgressReporter progressReporter) {
this.potentialBugReports = new HashMap<>();
}

// public LogEntry[] parseLogs() throws LogReaderException {
// return parseLogs(StandardCharsets.UTF_8);
// }

public LogEntry[] parseLogs(Charset charset) throws LogReaderException {
ensureState();

Expand Down

0 comments on commit 287da2a

Please sign in to comment.