This commit is contained in:
Daniel Cebrian 2023-03-13 09:57:57 +01:00
parent daae94f904
commit f79d22b781
1 changed files with 0 additions and 1 deletions

View File

@ -1055,7 +1055,6 @@ function netflow_get_command($options, $filter)
// Filter options.
$command .= ' '.netflow_get_filter_arguments($filter);
hd($command, true);
return $command;
}