diff --git a/app/static/js/assiduites.js b/app/static/js/assiduites.js index 68a3bf9bc..f6a9d85c3 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);