Ignore:
Timestamp:
08/06/08 15:10:17 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MReadTree.cc

    r9041 r9103  
    295295Bool_t MReadTree::Notify()
    296296{
    297     cout << "--notify1--" << endl;
    298 
    299297    //
    300298    // Do a consistency check for all branches
     
    302300    if (!CheckBranchSize())
    303301        return kFALSE;
    304 
    305     cout << "--notify2--" << endl;
    306302
    307303    *fLog << inf << GetDescriptor() << ": Next file #" << GetFileIndex();
     
    345341            return kFALSE;
    346342        }
    347 
    348     cout << "--done--" << endl;
    349343
    350344    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.