You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2019/07/25 11:40:00 UTC

[tika] branch master updated: remove debug()

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 2d73e91  remove debug()
2d73e91 is described below

commit 2d73e91476325c235dc9a9be116e8d02c7658850
Author: TALLISON <ta...@apache.org>
AuthorDate: Thu Jul 25 07:39:47 2019 -0400

    remove debug()
---
 .../src/test/java/org/apache/tika/parser/pkg/ZipParserTest.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parsers/src/test/java/org/apache/tika/parser/pkg/ZipParserTest.java b/tika-parsers/src/test/java/org/apache/tika/parser/pkg/ZipParserTest.java
index 90680ee..71bad5d 100644
--- a/tika-parsers/src/test/java/org/apache/tika/parser/pkg/ZipParserTest.java
+++ b/tika-parsers/src/test/java/org/apache/tika/parser/pkg/ZipParserTest.java
@@ -236,7 +236,7 @@ public class ZipParserTest extends AbstractPkgTest {
         //http://alf.nu/s/droste.zip in unit tests
         //Out of respect to the author, please maintain
         //the original file name
-        debug(getRecursiveMetadata("droste.zip"));
+        getRecursiveMetadata("droste.zip");
     }
 
     @Test(expected = TikaException.class)