Index: /trunk/FACT++/src/ratecontrol.cc
===================================================================
--- /trunk/FACT++/src/ratecontrol.cc	(revision 15034)
+++ /trunk/FACT++/src/ratecontrol.cc	(revision 15035)
@@ -476,10 +476,6 @@
         }
 
-        cout << "-1-" << endl;
-
         if (fDimDrive.state()<Drive::State::kMoving)
             Warn("Drive not even moving...");
-
-        cout << "-2-" << endl;
 
         fCounter = 0;
@@ -487,12 +483,8 @@
         fCalibrationTimeStart = Time();
 
-        cout << "-3-" << endl;
-
         ostringstream out;
         out << "Rate calibration by current " << fThresholdReference << " with a target rate of " << fTargetRate << " Hz";
         Info(out);
 
-        cout << "START" << endl;
-
         return RateControl::State::kSettingGlobalThreshold;
     }
@@ -527,5 +519,4 @@
     int Print() const
     {
-        cout << "PRINT" << endl;
         Out() << fDim << endl;
         Out() << fDimFTM << endl;
