[Rivet-svn] r1947 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Oct 21 20:56:34 BST 2009


Author: fsiegert
Date: Wed Oct 21 20:56:33 2009
New Revision: 1947

Log:
Remove print statement in recent commit.

Modified:
   trunk/bin/make-plots

Modified: trunk/bin/make-plots
==============================================================================
--- trunk/bin/make-plots	Wed Oct 21 18:14:06 2009	(r1946)
+++ trunk/bin/make-plots	Wed Oct 21 20:56:33 2009	(r1947)
@@ -175,7 +175,6 @@
             if inputdata.description.has_key(method):
                 for i in inputdata.description['DrawOnly']:
                     if not inputdata.histos[i].description.has_key(method):
-                        print 'method', method, 'histo', i
                         inputdata.histos[i].description[method] = inputdata.description[method]
         if inputdata.description.has_key('Scale'):
             for i in inputdata.description['DrawOnly']:


More information about the Rivet-svn mailing list