]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdMagicBox.cxx
#2456 BBTK Feature New Normal - package BBTK vtk : vtkpolydata Get Element
[bbtk.git] / packages / std / src / bbstdMagicBox.cxx
index 8b99a75219af0edcd96c3fb5461637a20debd010..1a66b5cab35cd605d5813b498bd14fd6b0136083 100644 (file)
@@ -47,7 +47,6 @@ namespace bbstd
 
        if (bbGetInputActive()==false)
        {
-printf("EED MagicBox::bbComputePostProcessStatus 1\n");
                // Update the output statuses
                IOStatus new_output_status = UPTODATE;
                OutputConnectorMapType::iterator o;
@@ -77,14 +76,8 @@ printf("EED MagicBox::bbComputePostProcessStatus 1\n");
   { 
        if (bbGetInputActive()==true)
        {
-printf("EED MagicBox::DoProcess Start %p\n", this);
                bbSetOutputOut( bbGetInputIn() );
-printf("EED MagicBox::DoProcess End\n");
        } // Active
-   else 
-       {
-      printf("EED MagicBox::DoProcess FALSE\n");
-       }
   }
 
   BBTK_ADD_BLACK_BOX_TO_PACKAGE(std,MagicBox);