Removed debug code

This commit is contained in:
Alejandro Gallardo Escobar 2015-01-05 13:27:32 +01:00
parent a9856c7e71
commit d4da908b2b

View File

@ -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();