]> Creatis software - creaImageIO.git/commitdiff
Clean code vtk8itk5wx3-mingw64
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Mon, 21 Jun 2021 13:32:25 +0000 (15:32 +0200)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Mon, 21 Jun 2021 13:32:25 +0000 (15:32 +0200)
src/creaImageIOVtkImageReader.cpp

index 6cb4defb1656b9109d86d7e1bee3b0617e6ce7f4..8c3ad3834b9f9fb159d4483c57809a779b5885fd 100644 (file)
@@ -98,19 +98,13 @@ namespace creaImageIO{
     vtkImageData* im = 0;
     try
       {
-       printf("EED VtkImageReader::ReadImage  Name:%s\n", GetName().c_str() );
        mReader->SetFileName( filename.c_str() );
        mReader->Update();
        im = vtkImageData::New();
 
        im->ShallowCopy(mReader->GetOutput());
 
-
-printf("EED ......\n"); 
-printf("EED ......\n");
 printf("EED VtkImageReader::ReadImage line 108   Missing FlipImage for JPEG, PNG, etc\n");
-printf("EED ......\n"); 
-printf("EED ......\n"); 
 /*
         im=FlipImageY(im);