Remove debug printf()
authorJens Axboe <jens.axboe@oracle.com>
Tue, 9 Mar 2010 18:21:53 +0000 (19:21 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 9 Mar 2010 18:21:53 +0000 (19:21 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
parse.c

diff --git a/parse.c b/parse.c
index ff6a8735c7effbe49f76984e40000e4da8c8833c..9e3c5b17e6707ae0da22a5c8791d7d20a957a1f4 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -825,8 +825,6 @@ int show_cmd_help(struct fio_option *options, const char *name)
        int found = 0;
        int show_all = 0;
 
-       printf("exec_profile=%s\n", exec_profile);
-
        if (!name || !strcmp(name, "all"))
                show_all = 1;