From: Jens Axboe Date: Tue, 9 Mar 2010 18:21:53 +0000 (+0100) Subject: Remove debug printf() X-Git-Tag: fio-1.38~27 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e6d2e7ec8134c94e764e10b124ff9379877ec158;p=fio.git Remove debug printf() Signed-off-by: Jens Axboe --- diff --git a/parse.c b/parse.c index ff6a8735..9e3c5b17 100644 --- 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;