Skip to content

Commit

Permalink
Removed debug output and updated Jarfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pgram1 committed Mar 7, 2020
1 parent 91ca365 commit ca08db0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Document.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ private void getDocInfo() throws InterruptedException, IOException {
// using a character that is highly unlikely to be used as a delimiter to
// replace big empty space
content = content.trim().replaceAll("\\s{2,}", "█");
System.out.println(content);

// using our delimiter to find all words of the unit title without knowing the
// next field, parsing errors occur when the unit title contains more than 1
Expand Down
Binary file modified tsbu.jar
Binary file not shown.

0 comments on commit ca08db0

Please sign in to comment.