Skip to content

Commit

Permalink
remove stray debug print statement in world.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Feb 26, 2024
1 parent 00f1a88 commit 8c625b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/madness/world/world.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c625b7

Please sign in to comment.