Commit in slicPandora/src on MAIN
SimCalorimeterHitProcessor.cpp+2-21.12 -> 1.13
remove debug prints

slicPandora/src
SimCalorimeterHitProcessor.cpp 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- SimCalorimeterHitProcessor.cpp	7 Jun 2010 22:43:22 -0000	1.12
+++ SimCalorimeterHitProcessor.cpp	7 Jun 2010 22:59:48 -0000	1.13
@@ -93,14 +93,14 @@
             // Cut on late times.
             if (timeCont > timeCut)
             {
-                std::cout << "cut on time: " << timeCont << std::endl;
+                //std::cout << "cut on time: " << timeCont << std::endl;
                 continue;
             }
 
             // Cut on energies that are below the energy cut.
             if (rawEnergy < mipCut)
             {
-                std::cout << "cut on energy: " << rawEnergy << std::endl;
+                //std::cout << "cut on energy: " << rawEnergy << std::endl;
                 continue;
             }
 
CVSspam 0.2.8