Clean traces

This commit is contained in:
José González 2022-02-25 08:31:14 +01:00
parent 08b393614a
commit 95e8a10fe1
1 changed files with 1 additions and 8 deletions

View File

@ -586,16 +586,9 @@ $sql = sprintf(
$user_groups_to_sql,
$search_sql
);
hd('INICIO user_groups_to_sql', true);
hd($user_groups_to_sql, true);
hd('FINAL user_groups_to_sql', true);
hd('INICIO search_sql', true);
hd($search_sql, true);
hd('FINAL search_sql', true);
hd($sql, true);
$total_agents = db_get_sql($sql);
hd($total_agents, true);
$sql = sprintf(
'SELECT *
FROM tagente LEFT JOIN tagent_secondary_group tasg