]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed log printout
authorprino <prino@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 27 Aug 2008 09:08:23 +0000 (09:08 +0000)
committerprino <prino@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 27 Aug 2008 09:08:23 +0000 (09:08 +0000)
ITS/AliITSVertexerCosmics.cxx

index 7462966aeed3a835ef6739796e423dc00bcb89df..d582ddb30f0e473a1a784ad7e9e41f3f99735c96 100644 (file)
@@ -205,7 +205,7 @@ AliESDVertex* AliITSVertexerCosmics::FindVertexForCurrentEvent(TTree *itsCluster
   Int_t i1InnLay,i2InnLay,iOutLay;
 
   // build fake vertices
-  printf("Building tracklets on layer %d\n",ilayer);
+  //printf("Building tracklets on layer %d\n",ilayer);
 
   // InnLay - first cluster
   for(i1InnLay=0; i1InnLay<nclInnLayStored; i1InnLay++) {