ccan: remove bogus debug print.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 18 Jun 2012 13:00:28 +0000 (22:30 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Jun 2012 03:38:06 +0000 (05:38 +0200)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
lib/ccan/failtest/failtest.c

index ce92758f8da4cde55f92432a733757b0b8010435..71fcff3ae0dbdb6e82ae67711cdf4955558d90ea 100644 (file)
@@ -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;