Remove debug printf() in net engine
authorJens Axboe <jens.axboe@oracle.com>
Mon, 3 Mar 2008 09:18:09 +0000 (10:18 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 3 Mar 2008 09:18:09 +0000 (10:18 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/net.c

index 60d53bc27a5bda48a9996185b03dc844e9cc631e..df8b62597ef681392c76f25110d4dd9007b98870 100644 (file)
@@ -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;