From 9b66df79f6de5a09d11ceeb4411cd71dfa50c637 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Mon, 17 Jan 2022 07:39:40 +0100 Subject: [PATCH] Clean code --- packages/std/src/bbstdSharedMemory.cxx | 1 - 1 file changed, 1 deletion(-) 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; -- 2.45.1