Index: trunk/FACT++/src/ftm.cc
===================================================================
--- trunk/FACT++/src/ftm.cc	(revision 10849)
+++ trunk/FACT++/src/ftm.cc	(revision 10850)
@@ -519,5 +519,5 @@
         //  ba::add_service(io_service, &server);
         //  server.add_service(...);
-        cout << "Run..." << flush;
+        //cout << "Run..." << flush;
 
         // Calling run() from a single thread ensures no concurrent access
@@ -525,5 +525,5 @@
         io_service.run();
 
-        cout << "end." << endl;
+        //cout << "end." << endl;
     }
     catch (std::exception& e)
