From f8992fdb08bb7735c8ceb8debc862648ff199c8a Mon Sep 17 00:00:00 2001
From: Myriam Delaruelle
 <Myriam Delaruelle@bdn-un-mdelarue.ad.univ-lorraine.fr>
Date: Wed, 27 Oct 2021 10:45:40 +0200
Subject: [PATCH] forgot to remove a test line

---
 mahara_iena.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mahara_iena.php b/mahara_iena.php
index 70421d6..c9a15e9 100644
--- a/mahara_iena.php
+++ b/mahara_iena.php
@@ -32,7 +32,6 @@ $course_ctx = context_course::instance($course->id);
 $students = get_enrolled_users($course_ctx);
 
 $usersTab = array();
-$course_name=block_mahara_iena_getCourseName($COURSE->shortname);
 
 //Here we check by email, if the student have the same email into mahara and moodle he is add to group
 if (count($students) == 0) {
-- 
GitLab