From 6aaacbe42ed29b8802b4b6df59794585940f6f20 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Tue, 29 Oct 2024 16:42:49 +0100 Subject: [PATCH] Remove js log --- app/static/js/assiduites.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/static/js/assiduites.js b/app/static/js/assiduites.js index 68a3bf9b..f6a9d85c 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);