[Swift-commit] r2598 - trunk/src/org/griphyn/vdl/util
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Feb 24 08:27:08 CST 2009
Author: benc
Date: 2009-02-24 08:27:06 -0600 (Tue, 24 Feb 2009)
New Revision: 2598
Modified:
trunk/src/org/griphyn/vdl/util/VDL2Config.java
Log:
remove accidentally committed println
Modified: trunk/src/org/griphyn/vdl/util/VDL2Config.java
===================================================================
--- trunk/src/org/griphyn/vdl/util/VDL2Config.java 2009-02-24 12:47:17 UTC (rev 2597)
+++ trunk/src/org/griphyn/vdl/util/VDL2Config.java 2009-02-24 14:27:06 UTC (rev 2598)
@@ -213,7 +213,6 @@
}
public String getProperty(String name, BoundContact bc) {
-System.err.println("getProperty "+name+" with bc="+bc);
if(bc!=null) {
if(logger.isDebugEnabled()) {
logger.debug("Checking BoundContact "+bc+" for property "+name);
More information about the Swift-commit
mailing list