Skip to content

Commit

Permalink
Remove system.out in test
Browse files Browse the repository at this point in the history
  • Loading branch information
albfernandez committed May 26, 2024
1 parent 0bbf90a commit 41390ca
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ private String detect(byte[] data) {
UniversalDetector detector = new UniversalDetector();
detector.handleData(data);
detector.dataEnd();
System.out.println("done?:" + detector.isDone());
String detected = detector.getDetectedCharset();
System.out.println("detected:" + detected);
detector.reset();

return detected;
Expand Down

0 comments on commit 41390ca

Please sign in to comment.