Removed debug code

This commit is contained in:
Alejandro Gallardo Escobar 2015-01-05 13:27:32 +01:00
parent 3a03a9192f
commit 3229d7c5a3
1 changed files with 1 additions and 1 deletions

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