From 8c625b771d2cb8eb07092e7d1ab14d01c8787436 Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Mon, 26 Feb 2024 10:47:46 -0500 Subject: [PATCH] remove stray debug print statement in world.cc --- src/madness/world/world.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/madness/world/world.cc b/src/madness/world/world.cc index f6100c5abbf..b7cb3a8d442 100644 --- a/src/madness/world/world.cc +++ b/src/madness/world/world.cc @@ -173,8 +173,6 @@ namespace madness { else { ::madness::binder.set_do_bind(false); } - std::cout << "about to call bind" << std::endl; - ::madness::binder.bind(); // bind the main thread #if defined(HAVE_IBMBGQ) and defined(HPM) // HPM Profiler