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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 680555d6 Remove spurious log statement
680555d6 is described below

commit 680555d6c8d0ba80656508b76a09cd5c95c89630
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Thu Dec 7 17:06:18 2023 +0100

    Remove spurious log statement
---
 .../src/main/java/org/apache/sling/mdresource/impl/ResourceUtils.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/mdresourcedecorator/src/main/java/org/apache/sling/mdresource/impl/ResourceUtils.java
 
b/mdresourcedecorator/src/main/java/org/apache/sling/mdresource/impl/ResourceUtils.java
index 650fc56b..ce08853f 100644
--- 
a/mdresourcedecorator/src/main/java/org/apache/sling/mdresource/impl/ResourceUtils.java
+++ 
b/mdresourcedecorator/src/main/java/org/apache/sling/mdresource/impl/ResourceUtils.java
@@ -125,7 +125,6 @@ public class ResourceUtils {
                         elements.add(new 
AbstractMap.SimpleEntry<>(node.getNodeName(), htmlRenderer.render(node)));
                     }
                     props.put(config.elementsProperty, elements);
-                    LoggerFactory.getLogger("foo").info("Setting {} to {}", 
config.elementsProperty, elements.size());
                 }
             } else {
                 if (config.htmlProperty != null) {

Reply via email to