Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Oct 18, 2024
1 parent fb8b542 commit ce46c30
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,6 @@ private char[] readline(boolean zeroOut) throws IOException {
result.delete(caret, caret + 1);
}
continue READ;
default:
System.err.println("r: " + (char) r);
}
}
continue READ;
Expand Down

0 comments on commit ce46c30

Please sign in to comment.