Index: trunk/MagicSoft/Mars/mfileio/MReadTree.cc
===================================================================
--- trunk/MagicSoft/Mars/mfileio/MReadTree.cc	(revision 9041)
+++ trunk/MagicSoft/Mars/mfileio/MReadTree.cc	(revision 9103)
@@ -295,6 +295,4 @@
 Bool_t MReadTree::Notify()
 {
-    cout << "--notify1--" << endl;
-
     //
     // Do a consistency check for all branches
@@ -302,6 +300,4 @@
     if (!CheckBranchSize())
         return kFALSE;
-
-    cout << "--notify2--" << endl;
 
     *fLog << inf << GetDescriptor() << ": Next file #" << GetFileIndex();
@@ -345,6 +341,4 @@
             return kFALSE;
         }
-
-    cout << "--done--" << endl;
 
     return kTRUE;
