Commit 9b6ee8aa authored by Ad Schellevis's avatar Ad Schellevis

remove empty comment

parent b154aedb
......@@ -146,7 +146,7 @@ class NetworkinsightController extends ApiControllerBase
$backend = new Backend();
$configd_cmd = "netflow aggregate top {$provider} {$from_date} {$to_date} {$field}";
$configd_cmd .= " {$measure} {$data_filter} {$max_hits}";
$response = $backend->configdRun($configd_cmd); //
$response = $backend->configdRun($configd_cmd);
$graph_data = json_decode($response, true);
if ($graph_data != null) {
return $graph_data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment