]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOGimmickView.cpp
#3218 creaImageIO Feature New Normal - vtk8itk4wx3-mingw64
[creaImageIO.git] / src / creaImageIOGimmickView.cpp
index 2ff7855fdb30222137cfbde27148fe8bba39f624..47aa9cb2f1b817e8ec386fae312d88481f139cf0 100644 (file)
@@ -464,10 +464,8 @@ void GimmickView::ReadImagesNotThreaded(std::vector<vtkImageData*>& s, std::vect
        //////////////////////////////////////////////////////////
        bool GimmickView::isSingle(const std::string i_file)
        {
-printf("EED GimmickView::isSingle Start %s\n" , i_file.c_str() );
                bool bres = true;
                vtkImageData* first = mReader.GetImage( i_file);
-printf("EED GimmickView::isSingle 1\n"  );
                int dim[3];
                first->GetDimensions(dim);
                if (dim[2] > 1)
@@ -477,8 +475,6 @@ printf("EED GimmickView::isSingle 1\n"  );
                else
                {
                }
-printf("EED GimmickView::isSingle end\n");
-
                return bres;
        }