This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/master by this push:
     new b38059f  fix chm; remove println
b38059f is described below

commit b38059f6a88e3f3414913909bb048769d5ef7ea4
Author: tballison <talli...@mitre.org>
AuthorDate: Mon Apr 16 14:14:38 2018 -0400

    fix chm; remove println
---
 .../org/apache/tika/parser/chm/accessor/ChmDirectoryListingSet.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tika-parsers/src/main/java/org/apache/tika/parser/chm/accessor/ChmDirectoryListingSet.java
 
b/tika-parsers/src/main/java/org/apache/tika/parser/chm/accessor/ChmDirectoryListingSet.java
index b379142..5b3d3f6 100644
--- 
a/tika-parsers/src/main/java/org/apache/tika/parser/chm/accessor/ChmDirectoryListingSet.java
+++ 
b/tika-parsers/src/main/java/org/apache/tika/parser/chm/accessor/ChmDirectoryListingSet.java
@@ -158,7 +158,7 @@ public class ChmDirectoryListingSet {
                 i=nextBlock;
                 dir_chunk = null;
             }
-            System.out.println("done");
+
         } catch (ChmParsingException e) {
             LOG.warn("Chm parse exception", e);
         } finally {

-- 
To stop receiving notification emails like this one, please contact
talli...@apache.org.

Reply via email to