Remove old debug printf()
[fio.git] / filesetup.c
index 6d8aa7a7087bdc67c8e72d0f5a8a4aa9fe22b8ef..2a79e7452d083f36b9cb0e4777ea8bfe94de01d5 100644 (file)
@@ -280,7 +280,6 @@ static int bdev_size(struct thread_data *td, struct fio_file *f)
        r = blockdev_size(f, &bytes);
        if (r) {
                td_verror(td, r, "blockdev_size");
-               printf("fd is %d\n", f->fd);
                goto err;
        }