f3probe: fix parameter --block-order

Parameter --block-order was forcing debug mode.
This directive is expected to work for both modes: debug and test.
This commit is contained in:
Michel Machado 2014-12-18 08:38:57 -03:00
parent 919451abb9
commit da939f2d7d

View File

@ -163,7 +163,6 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state)
argp_error(state,
"Block order must be in the interval [9, 20] or be zero");
args->block_order = ll;
args->debug = true;
break;
case 'k':