From c7273629a24feea03d60f17e706806c261130c57 Mon Sep 17 00:00:00 2001
From: Rusty Russell <rusty@rustcorp.com.au>
Date: Mon, 18 Jun 2012 22:30:28 +0930
Subject: ccan: remove bogus debug print.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
 lib/ccan/failtest/failtest.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/ccan/failtest/failtest.c b/lib/ccan/failtest/failtest.c
index ce92758f8d..71fcff3ae0 100644
--- a/lib/ccan/failtest/failtest.c
+++ b/lib/ccan/failtest/failtest.c
@@ -200,7 +200,6 @@ static int move_fd_to_high(int fd)
 
 	if (getrlimit(RLIMIT_NOFILE, &lim) == 0) {
 		max = lim.rlim_cur;
-		printf("Max is %i\n", max);
 	} else
 		max = FD_SETSIZE;
 
-- 
cgit