CLEANUP: cli: Remove a leftover debug message

This printf() was added in f886e3478d ("MINOR: cli: Add a command to
send listening sockets.").

Signed-off-by: Aurélien Nephtali <aurelien.nephtali@corp.ovh.com>
diff --git a/src/cli.c b/src/cli.c
index 51efbc4..5a6da3f 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -1416,7 +1416,6 @@
 				iov.iov_len = curoff;
 				if (sendmsg(fd, &msghdr, 0) != curoff) {
 					ha_warning("Failed to transfer sockets\n");
-					printf("errno %d\n", errno);
 					goto out;
 				}
 				/* Wait for an ack */