Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 27, 2010, 7:39:37 PM (14 years ago)
Author:
landauf
Message:

removed debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc

    r7230 r7231  
    6565            if (!CommandExecutor::getInstance().getCached(command, evaluation))
    6666            {
    67 COUT(0) << "evaluate" << std::endl;
    6867                evaluation = CommandExecutor::evaluate(command);
    6968                evaluation.evaluateParams();
    7069                CommandExecutor::getInstance().cache(command, evaluation);
    71             }
    72             else
    73             {
    74 COUT(0) << "cached" << std::endl;
    7570            }
    7671
Note: See TracChangeset for help on using the changeset viewer.