]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Prints removed
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 1 Oct 2004 04:41:41 +0000 (04:41 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 1 Oct 2004 04:41:41 +0000 (04:41 +0000)
PHOS/AliPHOSGetter.cxx

index 1745d60350234b0090c6193d7063f829db112e1c..7dda8915e971e7572dc823d1ebffe0083858f939 100644 (file)
@@ -97,8 +97,6 @@ AliPHOSGetter::AliPHOSGetter(const char* headerFile, const char* version, Option
   else 
     fgPhosLoader->SetTitle(version);
   
-  printf("Got PHOSLoader \n") ;
-  
   // initialize data members
   SetDebug(0) ; 
   fBTE = 0 ; 
@@ -106,7 +104,6 @@ AliPHOSGetter::AliPHOSGetter(const char* headerFile, const char* version, Option
   fLoadingStatus = "" ; 
  
   fESDFileName = rl->GetFileName()  ; // this should be the galice.root file
-  printf("File Name \n") ;
   fESDFileName.ReplaceAll("galice.root", "AliESDs.root") ;  
   fESDFile = 0 ; 
   fESD = 0 ;