diff --git a/src/main/org/apache/tools/ant/PropertyHelper.java b/src/main/org/apache/tools/ant/PropertyHelper.java index 55867a4f0..7a493eb79 100644 --- a/src/main/org/apache/tools/ant/PropertyHelper.java +++ b/src/main/org/apache/tools/ant/PropertyHelper.java @@ -581,7 +581,6 @@ public class PropertyHelper { * (including user properties and local properties). */ public Hashtable getProperties() { - System.out.println("GetProperties called"); Hashtable ret = new Hashtable(properties); Map locals = threadLocalProperties.getProps(); for (Iterator i = locals.entrySet().iterator(); i.hasNext();) {