Browse Source

remove a debug system.out from XmlProperty.java

Reported By: Ricky Panaglucci


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276937 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
7924a0f5e5
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/XmlProperty.java

+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/XmlProperty.java View File

@@ -426,7 +426,6 @@ public class XmlProperty extends org.apache.tools.ant.Task {
if (semanticAttributes && id == null if (semanticAttributes && id == null
&& container instanceof String) { && container instanceof String) {
id = (String) container; id = (String) container;
System.out.println("Setting id = " + id);
} }


if (nodeText.trim().length() != 0) { if (nodeText.trim().length() != 0) {


Loading…
Cancel
Save