diff --git a/app/static/js/assiduites.js b/app/static/js/assiduites.js index 68a3bf9bcec399925e2877d81442e48da8a95831..f6a9d85c3c3b5069f6320e50f729f4d816b0917b 100644 --- a/app/static/js/assiduites.js +++ b/app/static/js/assiduites.js @@ -468,7 +468,6 @@ async function creerTousLesEtudiants(etuds) { throw new Error("Network response was not ok"); } const text = await res.text(); - console.log(text); SERVER_TIMEZONE_OFFSET = text; } catch (error) { console.error('Error:', error);