From a1705a8d53f85e730681d5f90f973d09b15f1b25 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Wed, 26 Oct 2016 18:50:07 +0100 Subject: [PATCH] debug message removed --- lib/communicator/Communicator_base.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/communicator/Communicator_base.cc b/lib/communicator/Communicator_base.cc index 9810987d..8b789f4b 100644 --- a/lib/communicator/Communicator_base.cc +++ b/lib/communicator/Communicator_base.cc @@ -48,7 +48,6 @@ void *CartesianCommunicator::ShmBufferMalloc(size_t bytes){ void *ptr = (void *)heap_top; heap_top += bytes; heap_bytes+= bytes; - std::cout <<"Shm alloc "<