Leftover debug message
authorJens Axboe <jens.axboe@oracle.com>
Tue, 20 Feb 2007 18:41:08 +0000 (19:41 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 20 Feb 2007 18:41:08 +0000 (19:41 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
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);
 }
 
 /*