[Swift-commit] r2441 - trunk/src/org/griphyn/vdl/mapping

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Jan 14 07:36:17 CST 2009


Author: benc
Date: 2009-01-14 07:36:15 -0600 (Wed, 14 Jan 2009)
New Revision: 2441

Modified:
   trunk/src/org/griphyn/vdl/mapping/AbstractDataNode.java
Log:
removes some debugging code that leaked into a commit

Modified: trunk/src/org/griphyn/vdl/mapping/AbstractDataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/AbstractDataNode.java	2009-01-12 18:15:51 UTC (rev 2440)
+++ trunk/src/org/griphyn/vdl/mapping/AbstractDataNode.java	2009-01-14 13:36:15 UTC (rev 2441)
@@ -463,8 +463,7 @@
 
 	public synchronized void addListener(DSHandleListener listener) {
 		if (logger.isInfoEnabled()) {
-Exception e = new Exception("To get stack trace");
-			logger.info("Adding handle listener \"" + listener + "\" to \"" + getIdentifyingString() + "\"", e);
+			logger.info("Adding handle listener \"" + listener + "\" to \"" + getIdentifyingString() + "\"");
 		}
 		if (listeners == null) {
 			listeners = new LinkedList();




More information about the Swift-commit mailing list