From 540da9c081dc4b26de0558554c253679ea47f3f6 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Thu, 13 Jan 2005 14:10:00 +0000 Subject: [PATCH] remove a printf git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277356 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/PropertyHelper.java | 1 - 1 file changed, 1 deletion(-) 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();) {