From 6e3f30b4f129e84dbcb2d0fae736a4541d70072a Mon Sep 17 00:00:00 2001
From: Berenger Bramas <bbramas@mpcdf.mpg.de>
Date: Wed, 25 Jan 2017 12:45:23 +0100
Subject: [PATCH] remove debug message from shared array

---
 bfps/cpp/shared_array.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bfps/cpp/shared_array.hpp b/bfps/cpp/shared_array.hpp
index 7637176e..e56389f8 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;
         }
     }
 
-- 
GitLab