From: Eduardo DAVILA Date: Mon, 17 Jan 2022 06:39:40 +0000 (+0100) Subject: Clean code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9b66df79f6de5a09d11ceeb4411cd71dfa50c637;p=bbtk.git Clean code --- 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;