Index: trunk/MagicSoft/Mars/mraw/MRawFileRead.cc
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawFileRead.cc	(revision 2624)
+++ trunk/MagicSoft/Mars/mraw/MRawFileRead.cc	(revision 2625)
@@ -241,5 +241,5 @@
         const Double_t mhz = 9.375;                        // [1e6 ticks/s]
         const Double_t t   = tm/mhz;                       // [us]
-        cout << (ULong_t)t << endl;
+        //cout << (ULong_t)t << endl;
         const UInt_t ns    = (UInt_t)fmod(t*1e3, 1e6);
         const UShort_t ms  = (UShort_t)fmod(t/1e3, 1e3);
