From: Jens Axboe Date: Mon, 3 Mar 2008 09:18:09 +0000 (+0100) Subject: Remove debug printf() in net engine X-Git-Tag: fio-1.20-rc1~9 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=28cfeb6851703cf12b54b3a06bf3ff611198933e Remove debug printf() in net engine Signed-off-by: Jens Axboe --- diff --git a/engines/net.c b/engines/net.c index 60d53bc2..df8b6259 100644 --- a/engines/net.c +++ b/engines/net.c @@ -253,7 +253,6 @@ static int fio_netio_accept(struct thread_data *td, struct fio_file *f) pfd.events = POLLIN; ret = poll(&pfd, 1, -1); - printf("got ret %d\n", ret); if (ret < 0) { if (errno == EINTR) continue;