Removed debug code
This commit is contained in:
parent
3a03a9192f
commit
3229d7c5a3
|
@ -109,7 +109,7 @@ class Tree {
|
|||
$group_acl
|
||||
ORDER BY ta.id_os ASC, ta.id_agente ASC";
|
||||
$data = db_process_sql($sql);
|
||||
}html_debug_print($group_acl, true);
|
||||
}
|
||||
|
||||
if (empty($data)) {
|
||||
$data = array();
|
||||
|
|
Loading…
Reference in New Issue