[Rivet-svn] r2500 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jun 22 10:34:32 BST 2010


Author: buckley
Date: Tue Jun 22 10:34:32 2010
New Revision: 2500

Log:
Removing annoying debug output of search paths

Modified:
   trunk/bin/rivet

Modified: trunk/bin/rivet
==============================================================================
--- trunk/bin/rivet	Mon Jun 21 23:06:02 2010	(r2499)
+++ trunk/bin/rivet	Tue Jun 22 10:34:32 2010	(r2500)
@@ -244,9 +244,9 @@
             anapath += ":"
         anapath += opts.ANALYSIS_PATH_APPEND
         os.environ[var] = anapath
-logging.debug("RIVET_ANALYSIS_PATH = " + os.environ.get("RIVET_ANALYSIS_PATH", ""))
-logging.debug("RIVET_REF_PATH = " + os.environ.get("RIVET_REF_PATH", ""))
-logging.debug("RIVET_INFO_PATH = " + os.environ.get("RIVET_INFO_PATH", ""))
+# logging.debug("RIVET_ANALYSIS_PATH = " + os.environ.get("RIVET_ANALYSIS_PATH", ""))
+# logging.debug("RIVET_REF_PATH = " + os.environ.get("RIVET_REF_PATH", ""))
+# logging.debug("RIVET_INFO_PATH = " + os.environ.get("RIVET_INFO_PATH", ""))
 
 
 ## List of analyses


More information about the Rivet-svn mailing list