]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing platform-dependent printout
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 Jun 2004 09:25:40 +0000 (09:25 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 Jun 2004 09:25:40 +0000 (09:25 +0000)
TRD/AliTRDrawData.cxx

index 60fc1c60a41e4f17d055e3d56e94dbe59832b857..69b6bd1f09233904040617adb1c0eff06706daa4 100644 (file)
@@ -138,10 +138,6 @@ Bool_t AliTRDrawData::Digits2Raw(TTree *digitsTree)
   // the event header
   AliRawDataHeader header;
 
-  if (fDebug) {
-    printf("Event header size: %d \n",sizeof(header));
-  }
-
   // Open the output files
   for (Int_t iDDL = 0; iDDL < kNumberOfDDLs; iDDL++) {
     char name[20];