]> Creatis software - bbtk.git/commitdiff
Clean code
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Mon, 17 Jan 2022 06:39:40 +0000 (07:39 +0100)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Mon, 17 Jan 2022 06:39:40 +0000 (07:39 +0100)
packages/std/src/bbstdSharedMemory.cxx

index ea3383e80f65d04e078790dae5171cca4ea8927b..71d928d07bef92fa970de38f4141ec18d41d1a78 100644 (file)
@@ -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;