From a13e308a48dc410155f574d965033cf7a6abbb9e Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Wed, 20 Sep 2006 20:11:41 +0000 Subject: [PATCH] remove bad debug statement --- src/common/forward.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/forward.c b/src/common/forward.c index a31ecb196a0..b0bdf69ff6c 100644 --- a/src/common/forward.c +++ b/src/common/forward.c @@ -82,8 +82,6 @@ void *_forward_thread(void *arg) free(name); continue; } - /* info("sending to %s with %d forwards", */ - /* fwd_msg->node_name, fwd_msg->header.forward.cnt); */ if ((fd = slurm_open_msg_conn(&addr)) < 0) { error("forward_thread to %s: %m", name); -- GitLab