]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.cxx
#3418 creaMaracasVisu Feature New Normal - ManualPaint_model with openmp
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ColorLayerImageViewManager.cxx
index 1ba779ef890db57b2a421fa1e0e44174dae30cc6..4bc83c84e70e86c0fe38bfbfa944401e309cb9cd 100644 (file)
@@ -411,13 +411,10 @@ vtkImageData* ColorLayerImageViewManager::GetImageChangeInformation(int id)
 //----------------------------------------------------------------------------
 vtkLookupTable*        ColorLayerImageViewManager::GetLookupTable(int id)
 {
-printf("EED ColorLayerImageViewManager::GetLookupTable 0 \n");
        if (_colorLayerImageViewLst[id]!=NULL)
        {
-printf("EED ColorLayerImageViewManager::GetLookupTable 1 \n");
           return _colorLayerImageViewLst[id]->GetThresholdTable( );
        } // if 
-printf("EED ColorLayerImageViewManager::GetLookupTable 2 \n");
        return NULL;
 }