Skip to content

Commit f293f90

Browse files
committed
style(MeshReadWritePipeline): Remove debug code
1 parent 99a2490 commit f293f90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/pipelines/MeshReadWritePipeline/MeshReadWriteTest.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ int main( int argc, char * argv[] )
4444

4545
try
4646
{
47-
reader->Update();
48-
std::cout << "reader output cell buffer size: " << reader->GetOutput()->GetNumberOfCells() << std::endl;
4947
writer->Update();
5048
}
5149
catch( itk::ExceptionObject & error )

0 commit comments

Comments
 (0)