Remove debug v1.7
authorrhc
Thu Mar 21 17:13:46 2013 +0000 (2 months ago)
branchv1.7
changeset 21517512a26dcc6fe
parent 21516 1a37ab03dc48
child 21520 ea1c8686aec2
Remove debug
orte/util/hostfile/hostfile.c
     1.1 --- a/orte/util/hostfile/hostfile.c	Thu Mar 21 16:41:34 2013 +0000
     1.2 +++ b/orte/util/hostfile/hostfile.c	Thu Mar 21 17:13:46 2013 +0000
     1.3 @@ -724,8 +724,6 @@
     1.4                   * our local name, and yet still be intended to match,
     1.5                   * we have to check for local interfaces
     1.6                   */
     1.7 -                opal_output(0, "HOSTFILE: CHECKING FILE NODE %s VS LIST NODE %s",
     1.8 -                            node_from_file->name, node_from_list->name);
     1.9                  if (0 == strcmp(node_from_file->name, node_from_list->name) ||
    1.10                      (opal_ifislocal(node_from_list->name) &&
    1.11                       opal_ifislocal(node_from_file->name))) {