X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdMagicBox.cxx;h=1a66b5cab35cd605d5813b498bd14fd6b0136083;hb=899e84df04040566381e7252faa0b47d0863baca;hp=8b99a75219af0edcd96c3fb5461637a20debd010;hpb=97d535e9ee0ea003f7d31aca910f34bff316a119;p=bbtk.git diff --git a/packages/std/src/bbstdMagicBox.cxx b/packages/std/src/bbstdMagicBox.cxx index 8b99a75..1a66b5c 100644 --- a/packages/std/src/bbstdMagicBox.cxx +++ b/packages/std/src/bbstdMagicBox.cxx @@ -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);