From a38423628cc0923a57e690ede6fc7b032c20a502 Mon Sep 17 00:00:00 2001 From: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:53:21 +0200 Subject: [PATCH] Clean-up --- python/remote.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/remote.cpp b/python/remote.cpp index f2d9661fe9..c11befbd15 100644 --- a/python/remote.cpp +++ b/python/remote.cpp @@ -1,8 +1,6 @@ #include #include -#include - #include #include @@ -16,7 +14,6 @@ namespace pyarb { using namespace pybind11::literals; #ifdef ARB_MPI_ENABLED void register_remote(pybind11::module& m) { - std::cout << "Registering remote with MPI\n"; auto s = m.def_submodule("remote", "Wrappers for remote communication."); pybind11::class_ msg_null(s, "msg_null", "Empty message.");