Skip to content

Commit

Permalink
remove debug()
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Jul 25, 2019
1 parent 8266670 commit 2d73e91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public void testQuineRecursiveParserWrapper() throws Exception {
//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)
Expand Down

0 comments on commit 2d73e91

Please sign in to comment.