@@ -14,7 +14,6 @@ class action {
while($dbAction->fetch()) {
array_push($list,[$token,$role,$description]);
};
- print_r($list);
return $list;
}