diff --git a/src/slurmd/slurmd/slurmd.c b/src/slurmd/slurmd/slurmd.c
index f3e636b42e7f62754f177c1f389fe9df83b40fda..965451c5d2ae8c9348386df2da6424885e4897cd 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