From 01d7affbdfd80c8706baa60df25dc9283be94542 Mon Sep 17 00:00:00 2001
From: Maximilian Brodhun <brodhun@sub.uni-goettingen.de>
Date: Mon, 11 Mar 2019 16:20:26 +0100
Subject: [PATCH] enable oaipmh getRecords Requests for classicmayan metsMods.
 Without sysos

---
 .../java/info/textgrid/middleware/RecordDelivererIDIOM.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oaipmh-core/src/main/java/info/textgrid/middleware/RecordDelivererIDIOM.java b/oaipmh-core/src/main/java/info/textgrid/middleware/RecordDelivererIDIOM.java
index bca4f22a..fb1879d6 100644
--- a/oaipmh-core/src/main/java/info/textgrid/middleware/RecordDelivererIDIOM.java
+++ b/oaipmh-core/src/main/java/info/textgrid/middleware/RecordDelivererIDIOM.java
@@ -71,7 +71,7 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract {
 	String signsToTrim = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" + 
 			"<?xml-model href=\"http://www.loc.gov/standards/mods/v3/mods-3-7.xsd\" type=\"application/xml\" schematypens=\"http://purl.oclc.org/dsdl/schematron\"?>";
     String trimmedMets = metsmods.getMets().replace(signsToTrim, "");    
-    System.out.println(trimmedMets);
+    //System.out.println(trimmedMets);
     
     DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();  
     DocumentBuilder builder; 
-- 
GitLab