]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkCutter.cxx
#3493 MeshManager
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkCutter.cxx
index 742a700036b835569ae09c414d51850e95a37ea0..0e4f85af50e1e4d59188d59209919b8b8d7c78b2 100644 (file)
@@ -33,7 +33,6 @@ void Cutter::Process()
   //  See example in:
   //  https://kitware.github.io/vtk-examples/site/Cxx/VisualizationAlgorithms/Cutter/
   
-    printf("EED Cutter::Process start this=%p   ImFu=%p In=%p\n", this, bbGetInputImplicitFunction() , bbGetInputIn() );
     if ( (bbGetInputActive()==true) && (bbGetInputIn()!=NULL) )
     {
         vtkCutter *cutter;