You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/10/03 01:12:13 UTC

svn commit: r452255 - /myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/FacesConfigAnnotationVisitor.java

Author: bommel
Date: Mon Oct  2 16:12:12 2006
New Revision: 452255

URL: http://svn.apache.org/viewvc?view=rev&rev=452255
Log:
cleanup

Modified:
    myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/FacesConfigAnnotationVisitor.java

Modified: myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/FacesConfigAnnotationVisitor.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/FacesConfigAnnotationVisitor.java?view=diff&rev=452255&r1=452254&r2=452255
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/FacesConfigAnnotationVisitor.java (original)
+++ myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/FacesConfigAnnotationVisitor.java Mon Oct  2 16:12:12 2006
@@ -113,7 +113,6 @@
         XMLOutputter out = new XMLOutputter( format );
         out.output( document.getRootElement(), w );
 
-        System.err.println(w.toString());
         Element rootElement = document.getRootElement();
         Namespace namespace = rootElement.getNamespace();
         List<Element> components = rootElement.getChildren(COMPONENT, namespace);