diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ccan/failtest/failtest.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |