peterreilly 2005/01/13 06:10:00 Modified: src/main/org/apache/tools/ant PropertyHelper.java Log: remove a printf Revision Changes Path 1.20 +0 -1 ant/src/main/org/apache/tools/ant/PropertyHelper.java Index: PropertyHelper.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/PropertyHelper.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- PropertyHelper.java 13 Jan 2005 14:05:11 -0000 1.19 +++ PropertyHelper.java 13 Jan 2005 14:10:00 -0000 1.20 @@ -581,7 +581,6 @@ * (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();) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]