]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Debug printf removed.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jun 2009 14:31:51 +0000 (14:31 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jun 2009 14:31:51 +0000 (14:31 +0000)
STEER/AliAODEvent.cxx

index c1c1553a6cccc7d13a3a90cbf86e1518c5529c04..8b2a1f44c47af75c565afc57c302cc0d221c21ca 100644 (file)
@@ -388,7 +388,6 @@ Int_t AliAODEvent::GetEMCALClusters(TRefArray *clusters) const
   // fills the provided TRefArray with all found emcal clusters
 
   clusters->Clear();
-  cout<<"AOD event 1: nclus "<<GetNCaloClusters()<<endl;
   AliAODCaloCluster *cl = 0;
   Bool_t first = kTRUE;
   for (Int_t i = 0; i < GetNCaloClusters(); i++) {