Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/ActionTraits.cpp

    re4afb4 rc38826  
    3333  )
    3434{
    35   std::cout << "ActionTraits::ActionTraits(string &) with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;
     35  //std::cout << "ActionTraits::ActionTraits(string &) with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;
    3636}
    3737
     
    5858    );
    5959  }
    60   std::cout << "ActionTraits::ActionTraits(ActionTraits &) with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;
     60  //std::cout << "ActionTraits::ActionTraits(ActionTraits &) with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;
    6161}
    6262
     
    6868  OptionTrait(_Traits)
    6969{
    70   std::cout << "ActionTraits::ActionTraits(OptionTrait &) with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;
     70  //std::cout << "ActionTraits::ActionTraits(OptionTrait &) with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;
    7171}
    7272
Note: See TracChangeset for help on using the changeset viewer.