Ignore:
Timestamp:
05/04/11 20:41:08 (14 years ago)
Author:
tbretz
Message:
Removed some debug oputput which enetered by chance with the last commit
File:
1 edited

Legend:

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

    r10581 r10587  
    418418        fIsVerbose(true), fIsDynamicOut(false), fIsHexOutput(false)
    419419    {
    420         cout << "xFTM" << endl;
    421420        SetLogStream(&imp);
    422         cout << "check" << endl;
    423421    }
    424422
     
    12361234    WindowLog &wout = shell.GetStreamOut();
    12371235    */
    1238     cout << "Start" << endl;
    12391236
    12401237    if (conf.Has("log"))
    12411238        if (!wout.OpenLogFile(conf.Get<string>("log")))
    12421239            wout << kRed << "ERROR - Couldn't open log-file " << conf.Get<string>("log") << ": " << strerror(errno) << endl;
    1243     cout << "Start" << endl;
    12441240
    12451241    // Start io_service.Run to use the StateMachineImp::Run() loop
    12461242    // Start io_service.run to only use the commandHandler command detaching
    12471243    StateMachineFTM<S, T> io_service(wout);
    1248     cout << "Start" << endl;
    12491244    if (!io_service.SetConfiguration(conf))
    12501245        return -1;
    12511246
    1252     cout << "Start" << endl;
    12531247    io_service.Run();
    12541248
Note: See TracChangeset for help on using the changeset viewer.