Skip to content

Commit b9ee374

Browse files
jhlegarretadzenanz
authored andcommitted
STYLE: Remove unnecessary test printed message
Remove unnecessary printed message when starting a test.
1 parent b7a2c16 commit b9ee374

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Modules/Numerics/Statistics/test/itkMaximumRatioDecisionRuleTest.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ int
2626
itkMaximumRatioDecisionRuleTest(int, char *[])
2727
{
2828

29-
std::cout << "==================================" << std::endl;
30-
std::cout << "Testing MaximumRatioDecionRule " << std::endl << std::endl;
31-
3229
using DecisionRuleType = itk::Statistics::MaximumRatioDecisionRule;
3330
auto decisionRule = DecisionRuleType::New();
3431

0 commit comments

Comments
 (0)