Remove debug printf()
[fio.git] / log.c
diff --git a/log.c b/log.c
index 6604c1c8ac9295877e2f2a5b95ef2d54f09b21da..6913357c73f2cc1aa4de41ef69e6c12b61f36776 100644 (file)
--- a/log.c
+++ b/log.c
@@ -434,9 +434,6 @@ int init_iolog(struct thread_data *td)
 {
        int ret = 0;
 
-       if (td->io_ops->flags & FIO_DISKLESSIO)
-               return 0;
-
        if (td->o.read_iolog_file) {
                /*
                 * Check if it's a blktrace file and load that if possible.