From 5b9c0bb9e2e61fb92d914abdaf347e0b08894d5c Mon Sep 17 00:00:00 2001
From: Myriam Delaruelle <myriam.delaruelle@univ-lorraine.fr>
Date: Tue, 5 Nov 2024 15:02:22 +0100
Subject: [PATCH] cleaning error-logs

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

diff --git a/suivi_unit.php b/suivi_unit.php
index 51c27af..63e1992 100644
--- a/suivi_unit.php
+++ b/suivi_unit.php
@@ -358,7 +358,6 @@ for($i=0; $i<count($activegroupsids); $i++){
         $progress=$cache->get($courseid."-".$activegroupsids[$i]);
     }
     else{
-        error_log("on est pas dans le cache");
         $progressrequest = $completion->get_progress_all(
             '',
             array(),
-- 
GitLab