Skip to content
Snippets Groups Projects
Commit a13e308a authored by Danny Auble's avatar Danny Auble
Browse files

remove bad debug statement

parent e39efa49
No related branches found
No related tags found
No related merge requests found
...@@ -82,8 +82,6 @@ void *_forward_thread(void *arg) ...@@ -82,8 +82,6 @@ void *_forward_thread(void *arg)
free(name); free(name);
continue; 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) { if ((fd = slurm_open_msg_conn(&addr)) < 0) {
error("forward_thread to %s: %m", name); error("forward_thread to %s: %m", name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment