Changeset 10850


Ignore:
Timestamp:
05/27/11 11:39:56 (13 years ago)
Author:
tbretz
Message:
Removed some obsolete output.
File:
1 edited

Legend:

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

    r10828 r10850  
    519519        //  ba::add_service(io_service, &server);
    520520        //  server.add_service(...);
    521         cout << "Run..." << flush;
     521        //cout << "Run..." << flush;
    522522
    523523        // Calling run() from a single thread ensures no concurrent access
     
    525525        io_service.run();
    526526
    527         cout << "end." << endl;
     527        //cout << "end." << endl;
    528528    }
    529529    catch (std::exception& e)
Note: See TracChangeset for help on using the changeset viewer.