Changeset 12771


Ignore:
Timestamp:
01/26/12 13:30:08 (13 years ago)
Author:
tbretz
Message:
Removed some stray debug output
File:
1 edited

Legend:

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

    r12638 r12771  
    21592159    if (!conf.DoParse(argc, argv, PrintHelp))
    21602160        return -1;
    2161 cout << 1 << endl;
     2161
    21622162//    try
    21632163    {
     
    21702170                return RunShell<LocalStream, StateMachineDim>(conf);
    21712171        }
    2172         cout << 2 << endl;
     2172
    21732173        // Cosole access w/ and w/o Dim
    21742174/*        if (conf.Get<bool>("no-dim"))
     
    21862186                return RunShell<LocalConsole, StateMachineDim>(conf);
    21872187        }
    2188 cout << 3 << endl;
    21892188    }
    21902189/*    catch (std::exception& e)
Note: See TracChangeset for help on using the changeset viewer.