Index: trunk/MagicSoft/Mars/mtrigger/MTriggerPatternDecode.cc
===================================================================
--- trunk/MagicSoft/Mars/mtrigger/MTriggerPatternDecode.cc	(revision 9482)
+++ trunk/MagicSoft/Mars/mtrigger/MTriggerPatternDecode.cc	(revision 9490)
@@ -133,8 +133,4 @@
     fPattern->fUnprescaled = (pattern>>8) & 0xff;
 
-    cout << (int)((pattern>>6)&1) << " " << fPattern->fPrescaled << endl;
-
-    fPattern->Print();
-
     // This is a workaround for the new scheme in which L1TPU (the signal
     // comming directly from the L1 is connected, but the L1 (routed
@@ -150,6 +146,4 @@
     }
 
-    fPattern->Print();
-
     return kTRUE;
 }
