]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALClusterizerv1.cxx
Removing debug printout (Solaris)
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALClusterizerv1.cxx
index 536a066d00364fdade53c6448b12e5561685a99c..7b6f2fdf67fcf6c8f9c540351533061452251fab 100644 (file)
@@ -463,7 +463,6 @@ void AliEMCALClusterizerv1::MakeClusters()
   // Steering method to construct the clusters stored in a list of Reconstructed Points
   // A cluster is defined as a list of neighbour digits
 
-  cout << "Star of " << __PRETTY_FUNCTION__ << endl;
   AliEMCALLoader *emcalLoader = dynamic_cast<AliEMCALLoader*>(AliRunLoader::GetRunLoader()->GetDetectorLoader("EMCAL"));
 
   TObjArray * aECARecPoints = emcalLoader->RecPoints() ;