diff --git a/orte/mca/ras/tm/ras_tm_module.c b/orte/mca/ras/tm/ras_tm_module.c index e5a1a32fc6..d47af9db4e 100644 --- a/orte/mca/ras/tm/ras_tm_module.c +++ b/orte/mca/ras/tm/ras_tm_module.c @@ -72,7 +72,6 @@ static int allocate(orte_jobid_t jobid) ret = tm_init(NULL, &root); if (TM_SUCCESS != ret) { - /* JMS May change...? */ opal_output(orte_ras_base.ras_output, "ras:tm:allocate: tm_init failed!"); return ORTE_ERR_RESOURCE_BUSY; @@ -80,7 +79,6 @@ static int allocate(orte_jobid_t jobid) OBJ_CONSTRUCT(&nodes, opal_list_t); if (ORTE_SUCCESS != (ret = discover(&nodes))) { - /* JMS May change...? */ opal_output(orte_ras_base.ras_output, "ras:tm:allocate: discover failed!"); tm_finalize();