Skip to content

Commit

Permalink
Remove leftover BINDTONONE SET debug code
Browse files Browse the repository at this point in the history
Signed-off-by: William Zhang <wilzhang@amazon.com>
(cherry picked from commit e7cb6e1)
  • Loading branch information
wckzhang authored and rhc54 committed Sep 7, 2022
1 parent 528c995 commit 1ea488b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mca/rmaps/base/rmaps_base_support_fns.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@ bool prte_rmaps_base_check_avail(prte_job_t *jdata,
}

if (PRTE_BIND_TO_NONE == options->bind) {
prte_output(0, "BINDTONONE SET");
options->target = NULL;
avail = true;
goto done;
Expand Down

0 comments on commit 1ea488b

Please sign in to comment.