You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/17 18:05:27 UTC

[myfaces-trinidad-maven] 02/05: removing not needed syso

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

deki pushed a commit to branch 1.2.8.1-branch
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad-maven.git

commit 77211727bb6007c3e9d38487ec5e5346ced4fb1c
Author: Matthias Wessendorf <ma...@apache.org>
AuthorDate: Sun Jan 18 23:44:05 2009 +0000

    removing not needed syso
---
 .../apache/myfaces/trinidadbuild/plugin/faces/parse/ComponentBean.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/parse/ComponentBean.java b/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/parse/ComponentBean.java
index 138a344..80042fb 100644
--- a/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/parse/ComponentBean.java
+++ b/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/parse/ComponentBean.java
@@ -499,8 +499,6 @@ public class ComponentBean extends AbstractTagBean
         Map.Entry entry = (Map.Entry)iter.next();
         if (!props.containsKey(entry.getKey()))
         {
-          System.out.println("Adding super property: " + entry.getKey() +
-                             "\n  for component " + getLocalName());
           props.put(entry.getKey(), entry.getValue());
         }
       }

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.