Index: /trunk/MagicSoft/Mars/mbase/MTime.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MTime.cc	(revision 3968)
+++ /trunk/MagicSoft/Mars/mbase/MTime.cc	(revision 3969)
@@ -203,5 +203,4 @@
 Bool_t MTime::Set(UShort_t y, Byte_t m, Byte_t d, Byte_t h, Byte_t min, Byte_t s, UShort_t ms, UInt_t ns)
 {
-    cout << "SET" << endl;
     if (h>23 || min>59 || s>59 || ms>999 || ns>999999)
         return kFALSE;
