Changeset 13092 for trunk


Ignore:
Timestamp:
03/14/12 08:49:00 (13 years ago)
Author:
lyard
Message:
removed useless annoying outputs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/datalogger.cc

    r13083 r13092  
    10281028        return;
    10291029    }
    1030     cout.precision(20);
    1031     cout << "Orig timestamp: " << Time(I->getTimestamp(), I->getTimestampMillisecs()*1000).Mjd() << endl;
     1030//    cout.precision(20);
     1031//    cout << "Orig timestamp: " << Time(I->getTimestamp(), I->getTimestampMillisecs()*1000).Mjd() << endl;
    10321032    // FIXME: Here we have to check if we have received the
    10331033    //        service with the run-number.
Note: See TracChangeset for help on using the changeset viewer.