X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdSharedMemory.cxx;h=71d928d07bef92fa970de38f4141ec18d41d1a78;hb=8e21d66a76ff9117acc7dbbaec9123c56115ff56;hp=ea3383e80f65d04e078790dae5171cca4ea8927b;hpb=ab8b8af6ee0f8dc16f70cc2e2f9b724674208398;p=bbtk.git diff --git a/packages/std/src/bbstdSharedMemory.cxx b/packages/std/src/bbstdSharedMemory.cxx index ea3383e..71d928d 100644 --- a/packages/std/src/bbstdSharedMemory.cxx +++ b/packages/std/src/bbstdSharedMemory.cxx @@ -61,7 +61,6 @@ namespace bbstd std::string input_name = c->GetConnection()->GetBlackBoxToInput(); // Set the output to the value of the input which changed bbSetOutputOut( bbGetInput(input_name) ); - printf("EED SharedMemory::bbSetStatusAndPropagate input_name:%s \n",input_name.c_str() ); } // No more change allowed mCanSet = false;