From 8653b8530c7dc86a40737d78e9e7d51b2d5ff5a1 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Thu, 11 May 2017 15:12:38 +0200 Subject: [PATCH] Removed trace --- pandora_console/include/functions_reporting_html.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index a05f297312..16a83b6526 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -2625,7 +2625,6 @@ function reporting_html_general(&$table, $item) { } } else { - //html_debug($item['data']); $order_data = array(); foreach ($item['data'] as $row) { $order_data[$row['id_agent']][$row['id_agent_module']][$row['operator']] = $row['formated_value'];