Browse Source

remove a printf

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

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

@@ -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();) {


Loading…
Cancel
Save