Skip to content

Commit

Permalink
remove debug message (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmacan authored Apr 23, 2024
1 parent e7127e6 commit dd97496
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions poller_intropage.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ function intropage_gather_stats() {
if (!array_key_exists($panel['panel_id'], $done_trends)) {
$function();
$trends++;
} else {
cacti_log('skipping ' . $panel['panel_id']);
}

$done_trends[$panel['panel_id']] = 1;
Expand Down

0 comments on commit dd97496

Please sign in to comment.