Remove js log

This commit is contained in:
Emmanuel Viennet 2024-10-29 16:42:49 +01:00
parent 8b01df0b02
commit 6aaacbe42e

View File

@ -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);