Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9102)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9103)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2008/08/06 Thomas Bretz
+
+   * mfileio/MReadTree.cc:
+     - removed some debug out
+
+
 
  2008/08/06 Stefan Ruegamer
Index: /trunk/MagicSoft/Mars/mfileio/MReadTree.cc
===================================================================
--- /trunk/MagicSoft/Mars/mfileio/MReadTree.cc	(revision 9102)
+++ /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;
