Removed unwanted trace

This commit is contained in:
fermin831 2016-03-14 12:02:03 +01:00
parent bbf2ff36d9
commit 64c16e9497

View File

@ -7799,7 +7799,6 @@ function reporting_get_agentmodule_sla_day ($id_agent_module, $period = 0, $min_
} else if (count ($interval_data) > 0) {
// Propagate undefined status to first time point
$first_interval_time = array_shift ($interval_data);
html_debug ($first_interval_time);
$period_reduced -= $first_interval_time['utimestamp'] - $datelimit + $datelimit_increased;
array_unshift ($interval_data, $first_interval_time);
}