Removed unwanted traces

This commit is contained in:
fermin831 2018-10-17 15:43:26 +02:00
parent 14afe2ff88
commit 2d2c465ff6
1 changed files with 0 additions and 2 deletions

View File

@ -926,8 +926,6 @@ class Tree {
$module_search_filter
$tag_condition
ORDER BY tam.nombre ASC, tam.id_agente_modulo ASC";
html_debug($sql, true);
html_debug($sql, true, true);
return $sql;
}