Fix double io_u free on error in do_verify()
[fio.git] / init.c
diff --git a/init.c b/init.c
index 5630c9fb3e821708b6bb8552cd5a3111834c82fb..956ff5f0a48b5a98699b43704788697cdf5f0487 100644 (file)
--- a/init.c
+++ b/init.c
@@ -656,8 +656,6 @@ static void fixup_options(struct thread_data *td)
         */
        if (td->iodepth_low > td->iodepth || !td->iodepth_low)
                td->iodepth_low = td->iodepth;
-
-       printf("io depth %d/%d\n", td->iodepth_low, td->iodepth);
 }
 
 /*