Index: /trunk/FACT++/src/EventBuilderWrapper.h
===================================================================
--- /trunk/FACT++/src/EventBuilderWrapper.h	(revision 11888)
+++ /trunk/FACT++/src/EventBuilderWrapper.h	(revision 11889)
@@ -924,35 +924,4 @@
     {
         fDimStatistics2.Update(stat);
-        /*
-         //some info about what happened since start of program (or last 'reset')
-         uint32_t reset ;             //#if increased, reset all counters
-         uint32_t numRead[MAX_SOCK] ; //how often succesfull read from N sockets per loop
-
-         uint64_t gotByte[NBOARDS] ;  //#Bytes read per Board
-         uint32_t gotErr[NBOARDS] ;   //#Communication Errors per Board
-         uint32_t evtGet;             //#new Start of Events read
-         uint32_t evtTot;             //#complete Events read
-         uint32_t evtErr;             //#Events with Errors
-         uint32_t evtSkp;             //#Events incomplete (timeout)
-
-         uint32_t procTot;            //#Events processed
-         uint32_t procErr;            //#Events showed problem in processing
-         uint32_t procTrg;            //#Events accepted by SW trigger
-         uint32_t procSkp;            //#Events rejected by SW trigger
-
-         uint32_t feedTot;            //#Events used for feedBack system
-         uint32_t feedErr;            //#Events rejected by feedBack
-
-         uint32_t wrtTot;             //#Events written to disk
-         uint32_t wrtErr;             //#Events with write-error
-
-         uint32_t runOpen;            //#Runs opened
-         uint32_t runClose;           //#Runs closed
-         uint32_t runErr;             //#Runs with open/close errors
-
-
-         //info about current connection status
-         uint8_t  numConn[NBOARDS] ;  //#Sockets succesfully open per board
-         */
     }
 
@@ -960,23 +929,4 @@
     {
         fDimStatistics1.Update(stat);
-        /*
-         //info about status of the main threads
-         int32_t  readStat ;          //read thread
-         int32_t  procStat ;          //processing thread(s)
-         int32_t  writStat ;          //write thread
-
-         //info about some rates
-         int32_t  deltaT ;            //time in milli-seconds for rates
-         int32_t  readEvt ;           //#events read
-         int32_t  procEvt ;           //#events processed
-         int32_t  writEvt ;           //#events written
-         int32_t  skipEvt ;           //#events skipped
-
-         //some info about current state of event buffer (snapspot)
-         int32_t evtBuf;             //#Events currently waiting in Buffer
-         uint64_t totMem;             //#Bytes available in Buffer
-         uint64_t usdMem;             //#Bytes currently used
-         uint64_t maxMem;             //max #Bytes used during past Second
-         */
     }
 
@@ -1223,16 +1173,4 @@
             fDimTemperature.Update(deg);
         }
-
-        /*
-         uint16_t fTriggerType;
-         uint32_t fTriggerId;
-         uint32_t fEventCounter;
-         uint16_t fAdcClockPhaseShift;
-         uint16_t fNumTriggersToGenerate;
-         uint16_t fTriggerGeneratorPrescaler;
-         uint32_t fTimeStamp;
-         int16_t  fTempDrs[kNumTemp];   // In units of 1/16 deg(?)
-         uint16_t fDac[kNumDac];
-         */
     }
 };
