From: Jens Axboe Date: Tue, 20 Feb 2007 18:41:08 +0000 (+0100) Subject: Leftover debug message X-Git-Tag: fio-1.12~50 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=6c23570dd5458d8f7c7086fb86675ce7b424d4fd Leftover debug message Signed-off-by: Jens Axboe --- diff --git a/init.c b/init.c index 5630c9fb..956ff5f0 100644 --- 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); } /*