Skip to content

Commit

Permalink
Merge pull request ganglia#367 from jh23453/patch-1
Browse files Browse the repository at this point in the history
Remove error_log() call which is trace from cluster_view.php
  • Loading branch information
vvuksan authored Feb 16, 2024
2 parents 41e2ab7 + 7386354 commit 0f3a49a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cluster_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,6 @@ function get_load_heatmap($hosts_up, $host_regex, $metrics, $load_scale, $tpl_da
$tpl_data->assign("conf", $conf);
$tpl_data->assign("showhosts", $user['showhosts']);

error_log("reports = " . print_r($reports, TRUE));
$tpl_data->assign("reports_metricname",
isset($reports[$user['metricname']]) &&
$reports[$user['metricname']]);
Expand Down

0 comments on commit 0f3a49a

Please sign in to comment.