diff --git a/src/common/forward.c b/src/common/forward.c
index 7c1340a37d2e629c52e60664c59a1e098eea7b1d..53ab7ff90610bc46f37e46648abbdddd9f974bb1 100644
--- a/src/common/forward.c
+++ b/src/common/forward.c
@@ -139,9 +139,11 @@ void *_forward_thread(void *arg)
 		xfree(fwd_msg->header.forward.nodelist);
 		fwd_msg->header.forward.nodelist = buf;
 		fwd_msg->header.forward.cnt = hostlist_count(hl);
-		/* info("sending %d forwards (%s) to %s", */
-/* 		     fwd_msg->header.forward.cnt, */
-/* 		     fwd_msg->header.forward.nodelist, name); */
+#if 0
+		info("sending %d forwards (%s) to %s",
+		     fwd_msg->header.forward.cnt,
+		     fwd_msg->header.forward.nodelist, name);
+#endif
 		if (fwd_msg->header.forward.nodelist[0]) {
 			debug3("forward: send to %s along with %s",
 			       name, fwd_msg->header.forward.nodelist);