From 01b8ec8acbb811f603cfc80aeb6df632b1176ff6 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Wed, 8 Aug 2018 13:20:15 +0200 Subject: [PATCH] Deleted some unwanted traces --- pandora_console/godmode/menu.php | 2 -- pandora_console/mobile/operation/agents.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/pandora_console/godmode/menu.php b/pandora_console/godmode/menu.php index f9b6632c23..8ad895ff35 100644 --- a/pandora_console/godmode/menu.php +++ b/pandora_console/godmode/menu.php @@ -328,8 +328,6 @@ if (is_array ($config['extensions'])) { $sub2 = array (); foreach ($config['extensions'] as $extension) { - // html_debug($extension); - //If no godmode_menu is a operation extension if ($extension['godmode_menu'] == '') { continue; diff --git a/pandora_console/mobile/operation/agents.php b/pandora_console/mobile/operation/agents.php index 36dc2ef385..2a45208132 100644 --- a/pandora_console/mobile/operation/agents.php +++ b/pandora_console/mobile/operation/agents.php @@ -352,8 +352,6 @@ class Agents { '' . reporting_tiny_stats($agent, true, 'agent', ' ') . ' '; $last_time = time_w_fixed_tz($agent["ultimo_contacto"]); - html_debug(date('r', $last_time), true); - html_debug(get_current_utc_offset(), true); $now = get_system_time(); $diferencia = $now - $last_time; $time = ui_print_timestamp ($last_time, true, array('style' => 'font-size: 12px; margin-left: 20px;', 'units' => 'tiny'));