Skip to content

Commit

Permalink
Removed var_dump()
Browse files Browse the repository at this point in the history
  • Loading branch information
mhughes2k committed Dec 13, 2024
1 parent 7487baf commit e548a43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ function add_groups(array $data, int $courseid): array {
*/
function get_student_cells(array $data, array $student) :string {
$cell = '';
// var_dump($student);
foreach ($data['profilefields'] as $field) {
$cell .= '<td>' . $student[$field] . '</td>';
}
Expand Down

0 comments on commit e548a43

Please sign in to comment.