From 81a439140d623a311ba12b3bc7f9aaf0d56e57ad Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Thu, 6 Apr 2006 16:04:04 +0000
Subject: [PATCH] comments taken out

---
 src/slurmd/slurmd/slurmd.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/slurmd/slurmd/slurmd.c b/src/slurmd/slurmd/slurmd.c
index f3e636b42e7..965451c5d2a 100644
--- a/src/slurmd/slurmd/slurmd.c
+++ b/src/slurmd/slurmd/slurmd.c
@@ -345,16 +345,12 @@ _service_connection(void *arg)
 	memcpy(&msg->orig_addr, con->cli_addr, sizeof(slurm_addr));
 	forward_init(&msg->forward, NULL);
 	msg->ret_list = NULL;
-	/* slurm_print_slurm_addr(&msg->orig_addr, addrbuf, INET_ADDRSTRLEN); */
-/* 	info("using this addr %s",addrbuf); */
 	
 	ret_list = slurm_receive_msg(con->fd, msg, 0);	
 	if(!ret_list || errno != SLURM_SUCCESS) {
 		error("service_connection: slurm_receive_msg: %m");
 		goto cleanup;
 	}
-	/* slurm_print_slurm_addr(&msg->orig_addr, addrbuf, INET_ADDRSTRLEN); */
-/* 	info("now this addr %s",addrbuf); */
 	
 	/* set msg connection fd to accepted fd. This allows 
 	 *  possibility for slurmd_req () to close accepted connection
-- 
GitLab