[Swift-commit] r3474 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Fri Jul 23 23:43:17 CDT 2010


Author: hategan
Date: 2010-07-23 23:43:17 -0500 (Fri, 23 Jul 2010)
New Revision: 3474

Modified:
   trunk/libexec/vdl.k
Log:
use java parameterlog

Modified: trunk/libexec/vdl.k
===================================================================
--- trunk/libexec/vdl.k	2010-07-24 04:42:31 UTC (rev 3473)
+++ trunk/libexec/vdl.k	2010-07-24 04:43:17 UTC (rev 3474)
@@ -25,15 +25,6 @@
 	)
 
 	export(
-
-		element(parameterlog, [direction, variable, id, thread],
-
-			if(
-				vdl:configProperty("provenance.log") == "true"
-				log("info","PARAM thread={thread} direction={direction} variable={variable} provenanceid={id}")
-			)
-		)
-
 		element(split, [var], each(str:split(vdl:getFieldValue(var), " ")))
 
 		element(quote, [var, optional(path)],




More information about the Swift-commit mailing list