]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing error message in SetFastCluster (Marian)
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 9 Feb 2008 16:46:37 +0000 (16:46 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 9 Feb 2008 16:46:37 +0000 (16:46 +0000)
TPC/AliTPCtrackerMI.cxx

index b2872192a4e80d53242de2b8417c73caafd74d99..2434d24f34e788c035dc5f42bc2721bcd2d6765c 100644 (file)
@@ -7172,7 +7172,6 @@ void AliTPCtrackerMI::AliTPCRow::SetFastCluster(Int_t i, Short_t cl){
   // Set cluster info for fast navigation
   //
   if (i>510|| i<0){
-    cerr<<"Out of range cluster\t"<<i<<"\n";
   }else{
     fFastCluster[i]=cl;
   }