diff --git a/pandora_console/include/functions_netflow.php b/pandora_console/include/functions_netflow.php index be271ef974..89a6110b2e 100644 --- a/pandora_console/include/functions_netflow.php +++ b/pandora_console/include/functions_netflow.php @@ -1055,7 +1055,6 @@ function netflow_get_command($options, $filter) // Filter options. $command .= ' '.netflow_get_filter_arguments($filter); - hd($command, true); return $command; }