Changeset 15035


Ignore:
Timestamp:
03/12/13 17:49:21 (12 years ago)
Author:
tbretz
Message:
Removed some obsolete debug output.
File:
1 edited

Legend:

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

    r15034 r15035  
    476476        }
    477477
    478         cout << "-1-" << endl;
    479 
    480478        if (fDimDrive.state()<Drive::State::kMoving)
    481479            Warn("Drive not even moving...");
    482 
    483         cout << "-2-" << endl;
    484480
    485481        fCounter = 0;
     
    487483        fCalibrationTimeStart = Time();
    488484
    489         cout << "-3-" << endl;
    490 
    491485        ostringstream out;
    492486        out << "Rate calibration by current " << fThresholdReference << " with a target rate of " << fTargetRate << " Hz";
    493487        Info(out);
    494488
    495         cout << "START" << endl;
    496 
    497489        return RateControl::State::kSettingGlobalThreshold;
    498490    }
     
    527519    int Print() const
    528520    {
    529         cout << "PRINT" << endl;
    530521        Out() << fDim << endl;
    531522        Out() << fDimFTM << endl;
Note: See TracChangeset for help on using the changeset viewer.