From: Jens Axboe Date: Mon, 11 Jul 2011 08:26:00 +0000 (+0200) Subject: Remove old debug printf() X-Git-Tag: fio-1.56~9 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=5c909c91a2f58848b485523920e2278f8d63ecd4 Remove old debug printf() Signed-off-by: Jens Axboe --- diff --git a/filesetup.c b/filesetup.c index 6d8aa7a7..2a79e745 100644 --- a/filesetup.c +++ b/filesetup.c @@ -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; }