diff --git a/mahara_iena.php b/mahara_iena.php
index 70421d6fdde4fff625b63e3abe5023d50a5432a4..c9a15e9033bd8056bad4616bb7dd3dfbb5c33958 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) {