From c4cf23321f2a8a552ab26e0ba4f8f1c1cd35c764 Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Mon, 21 Mar 2022 18:25:10 +0100
Subject: [PATCH] Remove debug log

---
 .../textgrid/services/aggregator/util/StylesheetManager.java  | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/main/java/info/textgrid/services/aggregator/util/StylesheetManager.java b/src/main/java/info/textgrid/services/aggregator/util/StylesheetManager.java
index aab6173..49ec07a 100644
--- a/src/main/java/info/textgrid/services/aggregator/util/StylesheetManager.java
+++ b/src/main/java/info/textgrid/services/aggregator/util/StylesheetManager.java
@@ -144,10 +144,6 @@ public XsltExecutable getStylesheet(final URI uri,
 			if (forceLoad)
 				stylesheets.invalidate(uri);
 
-			
-            System.out.println("  ##  "+ uri);
-
-            
 			return stylesheets.get(uri, new StylesheetLoader(uri, sid));
 		} catch (final ExecutionException e) {
 			final Throwable cause = e.getCause();
-- 
GitLab