Index: /trunk/FACT++/src/ftmctrl.cc
===================================================================
--- /trunk/FACT++/src/ftmctrl.cc	(revision 10586)
+++ /trunk/FACT++/src/ftmctrl.cc	(revision 10587)
@@ -418,7 +418,5 @@
         fIsVerbose(true), fIsDynamicOut(false), fIsHexOutput(false)
     {
-        cout << "xFTM" << endl;
         SetLogStream(&imp);
-        cout << "check" << endl;
     }
 
@@ -1236,19 +1234,15 @@
     WindowLog &wout = shell.GetStreamOut();
     */
-    cout << "Start" << endl;
 
     if (conf.Has("log"))
         if (!wout.OpenLogFile(conf.Get<string>("log")))
             wout << kRed << "ERROR - Couldn't open log-file " << conf.Get<string>("log") << ": " << strerror(errno) << endl;
-    cout << "Start" << endl;
 
     // Start io_service.Run to use the StateMachineImp::Run() loop
     // Start io_service.run to only use the commandHandler command detaching
     StateMachineFTM<S, T> io_service(wout);
-    cout << "Start" << endl;
     if (!io_service.SetConfiguration(conf))
         return -1;
 
-    cout << "Start" << endl;
     io_service.Run();
 
