From 971db37147cc38a90427a43e535921610fd49a71 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Fri, 15 Dec 2023 10:19:52 +0100 Subject: [PATCH] #12649 remove trace --- pandora_console/operation/agentes/status_monitor.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index 42b2c9308a..4ceb7681fe 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -1381,8 +1381,6 @@ $sql = 'SELECT ORDER BY '.$order['field'].' '.$order['order'].' LIMIT '.$limit_sql.' OFFSET '.$offset; - hd($sql); - // We do not show the modules until the user searches with the filter. if ($autosearch) { if (is_metaconsole() === false) {