Changeset 11581 for trunk/FACT++


Ignore:
Timestamp:
07/24/11 22:47:18 (13 years ago)
Author:
tbretz
Message:
Removed unintentionally comitted debug output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Main.h

    r11580 r11581  
    4848        // -----------------------------------------------------------------
    4949
    50         cout << conf.Has("console") << endl;
    51         cout << conf.Has("null") << endl;
    5250        static T shell(conf.GetName().c_str(),
    53                    conf.Has("console") ? conf.Get<int>("console")!=1 : conf.Get<bool>("null"));
     51                       conf.Has("console") ? conf.Get<int>("console")!=1 : conf.Get<bool>("null"));
    5452
    5553        WindowLog &win  = shell.GetStreamIn();
Note: See TracChangeset for help on using the changeset viewer.