Skip to content
Snippets Groups Projects
Commit 6aaacbe4 authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Remove js log

parent 8b01df0b
No related branches found
No related tags found
No related merge requests found
...@@ -468,7 +468,6 @@ async function creerTousLesEtudiants(etuds) { ...@@ -468,7 +468,6 @@ async function creerTousLesEtudiants(etuds) {
throw new Error("Network response was not ok"); throw new Error("Network response was not ok");
} }
const text = await res.text(); const text = await res.text();
console.log(text);
SERVER_TIMEZONE_OFFSET = text; SERVER_TIMEZONE_OFFSET = text;
} catch (error) { } catch (error) {
console.error('Error:', error); console.error('Error:', error);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment