Changes in / [76cec6:7cb450]


Ignore:
Location:
src/Actions
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Actions/ActionTraits.cpp

    r76cec6 r7cb450  
    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
  • TabularUnified src/Actions/Action_impl_header.hpp

    r76cec6 r7cb450  
    174174    Options[TOKEN]->setShortForm(std::string(SHORTFORM));
    175175#endif /* SHORTFORM */
    176   std::cout << "ActionTrait<ACTION>::ActionTrait() with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;
     176  //std::cout << "ActionTrait<ACTION>::ActionTrait() with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;
    177177  }
    178178
  • TabularUnified src/Actions/OptionTrait.cpp

    r76cec6 r7cb450  
    4444    ShortForm(_shortform)
    4545{
    46   std::cout << "OptionTrait::OptionTrait() with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;
     46  //std::cout << "OptionTrait::OptionTrait() with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;
    4747}
    4848
Note: See TracChangeset for help on using the changeset viewer.