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

hansbrende pushed a commit to branch ANY23-443
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/ANY23-443 by this push:
     new e152c2a  remove println
e152c2a is described below

commit e152c2a6ed7e76c2446b9b13a05b0e8021a508e8
Author: Hans <[email protected]>
AuthorDate: Sat Sep 21 00:02:25 2019 -0500

    remove println
---
 .../test/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/src/test/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorTest.java 
b/core/src/test/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorTest.java
index 6a9eedb..35ae030 100644
--- 
a/core/src/test/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorTest.java
+++ 
b/core/src/test/java/org/apache/any23/extractor/rdfa/RDFa11ExtractorTest.java
@@ -94,7 +94,6 @@ public class RDFa11ExtractorTest extends 
AbstractRDFaExtractorTestCase {
     public void testBasicWithSyntaxErrors() {
         //test issues ANY23-347 and ANY23-350
         assertExtract("/html/rdfa/basic-with-errors.html");
-        System.out.println(dumpModelToTurtle());
         assertContains(null, vDCTERMS.creator, RDFUtils.literal("Alice", 
"en"));
         assertContains(null, vDCTERMS.title,
                 RDFUtils.literal("The trouble with Bob", "en"));

Reply via email to