Leftover debug printf()
authorJens Axboe <jens.axboe@oracle.com>
Thu, 22 Mar 2007 18:04:24 +0000 (19:04 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 22 Mar 2007 18:04:24 +0000 (19:04 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
options.c

index 41ecd7fdd0d7818736c609a3108d6268e9c8f3e9..6a015c0d7d167e588955d45fc1e76983fad3b6ef 100644 (file)
--- a/options.c
+++ b/options.c
@@ -36,8 +36,6 @@ static int str_rw_cb(void *data, const char *str)
        if (nr)
                td->o.ddir_nr = atoi(nr);
 
-       printf("ddir_nr=%d\n", td->o.ddir_nr);
-
        return 0;
 }