peterreilly    2004/10/11 01:37:50

  Modified:    src/main/org/apache/tools/ant/taskdefs XmlProperty.java
  Log:
  remove a debug system.out from XmlProperty.java
  Reported By: Ricky Panaglucci
  
  Revision  Changes    Path
  1.24      +0 -1      
ant/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java
  
  Index: XmlProperty.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- XmlProperty.java  10 Sep 2004 08:50:25 -0000      1.23
  +++ XmlProperty.java  11 Oct 2004 08:37:50 -0000      1.24
  @@ -426,7 +426,6 @@
               if (semanticAttributes && id == null
                   && container instanceof String) {
                   id = (String) container;
  -                System.out.println("Setting id = " + id);
               }
   
               if (nodeText.trim().length() != 0) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to