Fix refill buffers overwriting verify data
[fio.git] / 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;