remove filter-counters option in connection f5

This commit is contained in:
garnier-quentin 2019-03-18 11:09:05 +01:00
parent f6218c5fdf
commit 5b7d84708b

View File

@ -99,9 +99,7 @@ sub new {
bless $self, $class;
$self->{version} = '1.0';
$options{options}->add_options(arguments =>
{
"filter-counters:s" => { name => 'filter_counters' },
$options{options}->add_options(arguments => {
});
return $self;