diff --git a/bfps/cpp/shared_array.hpp b/bfps/cpp/shared_array.hpp index 7637176e800212dbe3f8d9b54ffe90c17dd42b4d..e56389f83c407707f31410fc07eaacadbfc0fb24 100644 --- a/bfps/cpp/shared_array.hpp +++ b/bfps/cpp/shared_array.hpp @@ -41,8 +41,6 @@ public: } delete[] values; if(hasBeenMerged == false){ - // TODO remove when bug solved - std::cerr << "A shared array has not been merged.... might be a bug" << std::endl; } }