Skip to content

Commit 52533f7

Browse files
author
Ralph Castain
committed
Remove debug
Signed-off-by: Ralph Castain <[email protected]>
1 parent acbf1cb commit 52533f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

orte/orted/pmix/pmix_server_register_fns.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ int orte_pmix_server_register_nspace(orte_job_t *jdata)
326326
kv->key = strdup(OPAL_PMIX_LOCALITY_STRING);
327327
kv->type = OPAL_STRING;
328328
kv->data.string = opal_hwloc_base_get_locality_string(opal_hwloc_topology, tmp);
329-
opal_output(0, "PROC %s LOCALITY %s", ORTE_NAME_PRINT(&pptr->name), kv->data.string);
330329
opal_list_append(pmap, &kv->super);
331330
free(tmp);
332331
}

0 commit comments

Comments
 (0)