Skip to content

Commit

Permalink
Removing debug output to improve speed of execution
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Oct 18, 2016
1 parent 807a684 commit a9a55b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/itkSLICImageFilterTest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ typedef itk::SLICImageFilter< InputImageType, OutputImageType > FilterType;
typename FilterType::Pointer filter = FilterType::New();
filter->SetInput(reader->GetOutput());
filter->SetSuperGridSize(gridSize);
filter->DebugOn();
filter->SetSpatialProximityWeight(proximityWeight);

reader->Update();
Expand Down

0 comments on commit a9a55b3

Please sign in to comment.