diff --git a/Document.java b/Document.java index bcdfa91..9fcb2ba 100644 --- a/Document.java +++ b/Document.java @@ -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 diff --git a/tsbu.jar b/tsbu.jar index 8715e2f..4fc4622 100644 Binary files a/tsbu.jar and b/tsbu.jar differ