From 8c85ca350e4ba05016e2834f2c4bd4baab375e3c Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 10 Jul 2014 18:28:24 +0000 Subject: [PATCH] Remove debug This commit was SVN r32200. --- orte/mca/plm/base/plm_base_proxy.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/orte/mca/plm/base/plm_base_proxy.c b/orte/mca/plm/base/plm_base_proxy.c index a961e43f2a..6d4ec9d314 100644 --- a/orte/mca/plm/base/plm_base_proxy.c +++ b/orte/mca/plm/base/plm_base_proxy.c @@ -210,7 +210,6 @@ int orte_plm_base_fork_hnp(void) int buffer_length, num_chars_read, chunk; char *orted_uri; int rc; - char *foo; orte_jobid_t jobid; /* A pipe is used to communicate between the parent and child to @@ -302,10 +301,6 @@ int orte_plm_base_fork_hnp(void) opal_argv_append(&argc, &argv, param); free(param); - foo = opal_argv_join(argv, ' '); - opal_output(0, "%s FORKING HNP: %s", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), foo); - free(foo); - /* Fork off the child */ orte_process_info.hnp_pid = fork(); if(orte_process_info.hnp_pid < 0) {