]> Creatis software - creaContours.git/blobdiff - bbtk/src/bbCreaContournDimensions.cxx
#3145 creaContours Bug New Normal - changeWx28to30
[creaContours.git] / bbtk / src / bbCreaContournDimensions.cxx
index 5a02859a7261ca56b4441abaed3cc73b4d2b8b1f..143cd5e471bf1174c66cce88cab4ab1737d5baa0 100644 (file)
@@ -43,14 +43,12 @@ void nDimensions::Process()
        vtkImageData* img = bbGetInputIn();
 
        std::vector<vtkImageData*> selectedimages;
-       if(img!=NULL && currentimg!=img){
-
-               printf("EED nDimensions::Process 02\n");        
+       if(img!=NULL && currentimg!=img)
+       {
                wxContourMainFrame::getInstance()->ShowToolsPanel(true);
                currentimg=img;
                selectedimages.push_back(img);
                wxContourMainFrame::getInstance()->setVectImages(selectedimages);
-               printf("EED nDimensions::Process 03\n");        
        }
 
        if(currentimg != NULL){