From 1aed97cbd48b0b7febba6ce6440512812a75efaf Mon Sep 17 00:00:00 2001 From: fermin831 Date: Mon, 14 Mar 2016 12:02:03 +0100 Subject: [PATCH] Removed unwanted trace --- pandora_console/include/functions_reporting.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index d11818c6c3..f4fdcd167d 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -7832,7 +7832,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); } @@ -8710,4 +8709,4 @@ function reporting_get_agentmodule_sla_working_timestamp ($period, $date_end, $w return $wt; } -?> \ No newline at end of file +?>