From e548a43993e283ca6df8825510277a9101ba959e Mon Sep 17 00:00:00 2001 From: Michael hughes Date: Fri, 13 Dec 2024 15:12:37 +0000 Subject: [PATCH] Removed var_dump() --- locallib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/locallib.php b/locallib.php index 04c367f..d7eef8e 100755 --- a/locallib.php +++ b/locallib.php @@ -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 .= '' . $student[$field] . ''; }