]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Verbose message changed to AliDebug (D. Elia)
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 Jul 2008 16:22:23 +0000 (16:22 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 Jul 2008 16:22:23 +0000 (16:22 +0000)
ITS/AliITSClusterFinderV2SPD.cxx

index 7064dee06c4633b2fd560423be2565912550f6b7..f3f672c54f4396c9a322304b47267794842d229a 100644 (file)
@@ -326,8 +326,5 @@ void AliITSClusterFinderV2SPD::FindClustersSPD(TClonesArray *digits) {
   Int_t nClustersSPD = ClustersSPD(bins,digits,0,kMAXBIN,kNzBins,fModule,kFALSE); 
   delete [] bins;
 
-  // AliDebug(1,Form("found clusters in ITS SPD: %d", nClustersSPD));
-  Info("FindClustersSPD", "found clusters in ITS SPD: %d", nClustersSPD);
+  AliDebug(1,Form("found clusters in ITS SPD: %d", nClustersSPD));
 }
-
-